Daniel 4 месяцев назад
Родитель
Сommit
0014ad111c
1 измененных файлов с 2 добавлено и 2 удалено
  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.30',
+  version: '2.0.31',
   // Should be updated after every dependency change
   runtimeVersion: '1.6',
   orientation: 'portrait',
@@ -130,7 +130,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'CAMERA',
       'MODIFY_AUDIO_SETTINGS'
     ],
-    versionCode: 83 // next version submitted to Google Play needs to be higher than that 2.0.30
+    versionCode: 85 // 2.0.31, last version sent to Google is 84 (2.0.30)
   },
   plugins: [
     [