|
@@ -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.46',
|
|
|
|
|
|
|
+ version: '2.0.48',
|
|
|
// Should be updated after every dependency change
|
|
// Should be updated after every dependency change
|
|
|
runtimeVersion: '1.7',
|
|
runtimeVersion: '1.7',
|
|
|
orientation: 'portrait',
|
|
orientation: 'portrait',
|
|
@@ -148,7 +148,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
image: './assets/icon-logo.png',
|
|
image: './assets/icon-logo.png',
|
|
|
resizeMode: 'contain'
|
|
resizeMode: 'contain'
|
|
|
},
|
|
},
|
|
|
- versionCode: 104 // 2.0.46, last version sent to Google is 103 (2.0.45)
|
|
|
|
|
|
|
+ versionCode: 106 // 2.0.48, last version sent to Google is 105 (2.0.47)
|
|
|
},
|
|
},
|
|
|
plugins: [
|
|
plugins: [
|
|
|
[
|
|
[
|