Bläddra i källkod

New app version

Daniel 1 månad sedan
förälder
incheckning
64d501b416
1 ändrade filer med 2 tillägg och 2 borttagningar
  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: [
     [