|
@@ -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: [
|
|
|
[
|