Searched refs:setVersionName (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Version.js | 10 exports.setVersionName = setVersionName; 30 config.modResults.contents = setVersionName(config, config.modResults.contents); 70 function setVersionName(config, buildGradle) { function
|
| H A D | Version.d.ts | 14 export declare function setVersionName(config: Pick<ExpoConfig, 'version'>, buildGradle: string): s…
|
| H A D | Version.js.map | 1 …setVersionName","addWarningAndroid","exports","withBuildScriptExtMinimumVersion","props","withProj…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Version-test.ts | 7 setVersionName, 78 expect(setVersionName({ version: '1.2.3' }, EXAMPLE_BUILD_GRADLE)).toMatch( 84 expect(setVersionName({ version: '1.2.3' }, EXAMPLE_BUILD_GRADLE_2)).toMatch(
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Version.ts | 11 config.modResults.contents = setVersionName(config, config.modResults.contents); 63 export function setVersionName(config: Pick<ExpoConfig, 'version'>, buildGradle: string) { function
|