Browse Source

version update

Daniel 9 tháng trước cách đây
mục cha
commit
c8ce4d0c6f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

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