Searched refs:setVersionCode (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Version.js | 9 exports.setVersionCode = setVersionCode; 29 config.modResults.contents = setVersionCode(config, config.modResults.contents); 82 function setVersionCode(config, buildGradle) { function
|
| H A D | Version.d.ts | 16 export declare function setVersionCode(config: Pick<ExpoConfig, 'android'>, buildGradle: string): s…
|
| H A D | Version.js.map | 1 …setVersionCode","setVersionName","addWarningAndroid","exports","withBuildScriptExtMinimumVersion",…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Version-test.ts | 6 setVersionCode, 100 expect(setVersionCode({ android: { versionCode: 5 } }, EXAMPLE_BUILD_GRADLE)).toMatch( 106 expect(setVersionCode({ android: { versionCode: 5 } }, EXAMPLE_BUILD_GRADLE_2)).toMatch(
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Version.ts | 10 config.modResults.contents = setVersionCode(config, config.modResults.contents); 77 export function setVersionCode(config: Pick<ExpoConfig, 'android'>, buildGradle: string) { function
|
| /expo/packages/@expo/cli/ |
| H A D | taskfile-swc.js | 78 file.data = Buffer.from(setVersionCode(output.code)); 82 function setVersionCode(code) { function
|