diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 090473f..1839f1b 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -27,10 +27,10 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } slug: process.env.EXPO_PUBLIC_APP_SLUG as string, scheme: process.env.EXPO_PUBLIC_APP_SCHEME as string, owner: process.env.EXPO_PUBLIC_APP_OWNER as string, - version: '1.1.0', + version: '1.2.0', orientation: 'portrait', icon: './assets/icon.png', - runtimeVersion: '1.1.0', + runtimeVersion: '1.2.0', experiments: { reactCompiler: true, }, @@ -41,8 +41,8 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } bundleIdentifier: appId, supportsTablet: false, buildNumber: appEnv.select({ - default: '13', - production: '7', + default: '18', + production: '8', }), config: { usesNonExemptEncryption: false, @@ -51,8 +51,8 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } android: { package: appId, versionCode: appEnv.select({ - default: 13, - production: 7, + default: 15, + production: 8, }), adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png',