Home
last modified time | relevance | path

Searched refs:setVersionName (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DVersion.js10 exports.setVersionName = setVersionName;
30 config.modResults.contents = setVersionName(config, config.modResults.contents);
70 function setVersionName(config, buildGradle) { function
H A DVersion.d.ts14 export declare function setVersionName(config: Pick<ExpoConfig, 'version'>, buildGradle: string): s…
H A DVersion.js.map1setVersionName","addWarningAndroid","exports","withBuildScriptExtMinimumVersion","props","withProj…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DVersion-test.ts7 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 DVersion.ts11 config.modResults.contents = setVersionName(config, config.modResults.contents);
63 export function setVersionName(config: Pick<ExpoConfig, 'version'>, buildGradle: string) { function