Daniel před 8 měsíci
rodič
revize
42a152487f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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.22',
+  version: '2.0.23',
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   orientation: 'portrait',
@@ -113,7 +113,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'CAMERA',
       'MODIFY_AUDIO_SETTINGS'
     ],
-    versionCode: 75 // next version submitted to Google Play needs to be higher than that 2.0.22
+    versionCode: 76 // next version submitted to Google Play needs to be higher than that 2.0.23
   },
   plugins: [
     [