|
@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
owner: 'nomadmaniaou',
|
|
owner: 'nomadmaniaou',
|
|
scheme: 'nm',
|
|
scheme: 'nm',
|
|
// Should be updated after every production release (deploy to AppStore/PlayMarket)
|
|
// Should be updated after every production release (deploy to AppStore/PlayMarket)
|
|
- version: '2.0.35',
|
|
|
|
|
|
+ version: '2.0.36',
|
|
// Should be updated after every dependency change
|
|
// Should be updated after every dependency change
|
|
runtimeVersion: '1.6',
|
|
runtimeVersion: '1.6',
|
|
orientation: 'portrait',
|
|
orientation: 'portrait',
|
|
@@ -140,11 +140,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
'INTERNET',
|
|
'INTERNET',
|
|
'CAMERA',
|
|
'CAMERA',
|
|
'MODIFY_AUDIO_SETTINGS',
|
|
'MODIFY_AUDIO_SETTINGS',
|
|
- 'FOREGROUND_SERVICE',
|
|
|
|
- 'READ_MEDIA_VIDEO',
|
|
|
|
- 'FOREGROUND_SERVICE_LOCATION'
|
|
|
|
|
|
+ 'READ_MEDIA_VIDEO'
|
|
],
|
|
],
|
|
- versionCode: 90 // 2.0.35, last version sent to Google is 89 (2.0.34)
|
|
|
|
|
|
+ versionCode: 94 // 2.0.36, last version sent to Google is 93 (2.0.36)
|
|
},
|
|
},
|
|
plugins: [
|
|
plugins: [
|
|
[
|
|
[
|
|
@@ -194,7 +192,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
'expo-location',
|
|
'expo-location',
|
|
{
|
|
{
|
|
isIosBackgroundLocationEnabled: true,
|
|
isIosBackgroundLocationEnabled: true,
|
|
- isAndroidBackgroundLocationEnabled: true
|
|
|
|
|
|
+ isAndroidBackgroundLocationEnabled: false
|
|
}
|
|
}
|
|
]
|
|
]
|
|
]
|
|
]
|