|
@@ -24,17 +24,11 @@ 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.37',
|
|
|
|
|
|
+ version: '2.0.38',
|
|
// Should be updated after every dependency change
|
|
// Should be updated after every dependency change
|
|
runtimeVersion: '1.6',
|
|
runtimeVersion: '1.6',
|
|
orientation: 'portrait',
|
|
orientation: 'portrait',
|
|
icon: './assets/icon.png',
|
|
icon: './assets/icon.png',
|
|
- android: {
|
|
|
|
- adaptiveIcon: {
|
|
|
|
- foregroundImage: './assets/icon.png',
|
|
|
|
- backgroundColor: '#FFFFFF'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
userInterfaceStyle: 'light',
|
|
userInterfaceStyle: 'light',
|
|
extra: {
|
|
extra: {
|
|
ENV: env.ENV,
|
|
ENV: env.ENV,
|
|
@@ -148,7 +142,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
'MODIFY_AUDIO_SETTINGS',
|
|
'MODIFY_AUDIO_SETTINGS',
|
|
'READ_MEDIA_VIDEO'
|
|
'READ_MEDIA_VIDEO'
|
|
],
|
|
],
|
|
- versionCode: 95 // 2.0.37, last version sent to Google is 94 (2.0.36)
|
|
|
|
|
|
+ versionCode: 96 // 2.0.38, last version sent to Google is 95 (2.0.37)
|
|
},
|
|
},
|
|
plugins: [
|
|
plugins: [
|
|
[
|
|
[
|