Browse Source

Version update

Daniel 9 months ago
parent
commit
2cf4f3b9cc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

@@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   owner: 'nomadmaniaou',
   scheme: 'nm',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.16',
+  version: '2.0.17',
   // Should be updated after every dependency change
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   runtimeVersion: '1.5',
   orientation: 'portrait',
   orientation: 'portrait',
@@ -87,7 +87,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'INTERNET',
       'INTERNET',
       'CAMERA'
       'CAMERA'
     ],
     ],
-    versionCode: 68 // next version submitted to Google Play needs to be higher than that 2.0.16
+    versionCode: 70 // next version submitted to Google Play needs to be higher than that 2.0.17
   },
   },
   plugins: [
   plugins: [
     [
     [