|
@@ -24,11 +24,17 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
owner: 'nomadmaniaou',
|
|
|
scheme: 'nm',
|
|
|
// Should be updated after every production release (deploy to AppStore/PlayMarket)
|
|
|
- version: '2.0.36',
|
|
|
+ version: '2.0.37',
|
|
|
// Should be updated after every dependency change
|
|
|
runtimeVersion: '1.6',
|
|
|
orientation: 'portrait',
|
|
|
icon: './assets/icon.png',
|
|
|
+ android: {
|
|
|
+ adaptiveIcon: {
|
|
|
+ foregroundImage: './assets/icon.png',
|
|
|
+ backgroundColor: '#FFFFFF'
|
|
|
+ }
|
|
|
+ },
|
|
|
userInterfaceStyle: 'light',
|
|
|
extra: {
|
|
|
ENV: env.ENV,
|
|
@@ -142,7 +148,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
'MODIFY_AUDIO_SETTINGS',
|
|
|
'READ_MEDIA_VIDEO'
|
|
|
],
|
|
|
- versionCode: 94 // 2.0.36, last version sent to Google is 93 (2.0.36)
|
|
|
+ versionCode: 95 // 2.0.37, last version sent to Google is 94 (2.0.36)
|
|
|
},
|
|
|
plugins: [
|
|
|
[
|