|
@@ -38,7 +38,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.53',
|
|
|
|
|
|
|
+ version: '2.0.62',
|
|
|
// Should be updated after every dependency change
|
|
// Should be updated after every dependency change
|
|
|
runtimeVersion: '1.7',
|
|
runtimeVersion: '1.7',
|
|
|
orientation: 'portrait',
|
|
orientation: 'portrait',
|
|
@@ -145,7 +145,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
image: './assets/icon-logo.png',
|
|
image: './assets/icon-logo.png',
|
|
|
resizeMode: 'contain'
|
|
resizeMode: 'contain'
|
|
|
},
|
|
},
|
|
|
- versionCode: 115 // 2.0.53, last version sent to Google is 114 (2.0.52)
|
|
|
|
|
|
|
+ versionCode: 124 // 2.0.62, last version sent to Google is 123 (2.0.61)
|
|
|
},
|
|
},
|
|
|
plugins: [
|
|
plugins: [
|
|
|
[
|
|
[
|