浏览代码

Version update

Daniel 1 年之前
父节点
当前提交
5ae5a347d5
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app.config.ts

+ 4 - 4
app.config.ts

@@ -19,7 +19,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.0',
+  version: '2.0.2',
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   orientation: 'portrait',
@@ -50,7 +50,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   assetBundlePatterns: ['**/*'],
   ios: {
     supportsTablet: false,
-    bundleIdentifier: env.PACKAGE_NAME_IOS,
+    bundleIdentifier: env.PACKAGE_NAME_IOS, // com.nomadmania.app2
     config: {
       googleMapsApiKey: env.IOS_GOOGLE_MAP_APIKEY
     },
@@ -74,7 +74,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       },
     },
     permissions: [
-      'ACCESS_BACKGROUND_LOCATION',
+      // 'ACCESS_BACKGROUND_LOCATION',
       'ACCESS_FINE_LOCATION',
       'ACCESS_COARSE_LOCATION',
       'READ_EXTERNAL_STORAGE',
@@ -84,7 +84,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'INTERNET',
       'CAMERA'
     ],
-    versionCode: 2
+    versionCode: 48 // next version submitted to Google Play needs to be higher than that
   },
   plugins: [
     [