Parcourir la source

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

Viktoriia il y a 1 mois
Parent
commit
148694ac2d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.34',
+  version: '2.0.35',
   // Should be updated after every dependency change
   runtimeVersion: '1.6',
   orientation: 'portrait',
@@ -143,7 +143,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'FOREGROUND_SERVICE',
       'READ_MEDIA_VIDEO'
     ],
-    versionCode: 89 // 2.0.34, last version sent to Google is 88 (2.0.33)
+    versionCode: 90 // 2.0.35, last version sent to Google is 89 (2.0.34)
   },
   plugins: [
     [