diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 4804c1c..99e5184 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -30,11 +30,11 @@ 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.8.1', + version: '1.8.2', userInterfaceStyle: 'automatic', orientation: 'portrait', icon: './assets/icon.png', - runtimeVersion: '1.8.1', + runtimeVersion: '1.8.2', experiments: { reactCompiler: true, }, @@ -46,7 +46,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } supportsTablet: false, buildNumber: appEnv.select({ default: '18', - production: '35', + production: '36', }), config: { usesNonExemptEncryption: false, @@ -64,7 +64,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } package: appId, versionCode: appEnv.select({ default: 15, - production: 35, + production: 36, }), adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png',