Browse Source

Merge branch 'dev' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into dev

Viktoriia 10 months ago
parent
commit
f6ceb9e804
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app.config.ts

+ 3 - 3
app.config.ts

@@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.14',
+  version: '2.0.15',
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   orientation: 'portrait',
@@ -87,7 +87,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'INTERNET',
       'CAMERA'
     ],
-    versionCode: 66 // next version submitted to Google Play needs to be higher than that 2.0.14
+    versionCode: 67 // next version submitted to Google Play needs to be higher than that 2.0.15
   },
   plugins: [
     [
@@ -102,7 +102,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       {
         android: {
           minSdkVersion: 24,
-          targetSdkVersion: 33,
+          targetSdkVersion: 34,
           // kotlinVersion: '1.7.1'
         }
       }