Home
last modified time | relevance | path

Searched refs:setVersionCode (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DVersion.js9 exports.setVersionCode = setVersionCode;
29 config.modResults.contents = setVersionCode(config, config.modResults.contents);
82 function setVersionCode(config, buildGradle) { function
H A DVersion.d.ts16 export declare function setVersionCode(config: Pick<ExpoConfig, 'android'>, buildGradle: string): s…
H A DVersion.js.map1setVersionCode","setVersionName","addWarningAndroid","exports","withBuildScriptExtMinimumVersion",…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DVersion-test.ts6 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 DVersion.ts10 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 Dtaskfile-swc.js78 file.data = Buffer.from(setVersionCode(output.code));
82 function setVersionCode(code) { function