|
|
@@ -31,7 +31,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
owner: 'nomadmaniaou',
|
|
|
scheme: 'nm',
|
|
|
// Should be updated after every production release (deploy to AppStore/PlayMarket)
|
|
|
- version: '2.0.52',
|
|
|
+ version: '2.0.53',
|
|
|
// Should be updated after every dependency change
|
|
|
runtimeVersion: '1.7',
|
|
|
orientation: 'portrait',
|
|
|
@@ -138,7 +138,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
image: './assets/icon-logo.png',
|
|
|
resizeMode: 'contain'
|
|
|
},
|
|
|
- versionCode: 114 // 2.0.52, last version sent to Google is 113 (2.0.51)
|
|
|
+ versionCode: 115 // 2.0.53, last version sent to Google is 114 (2.0.52)
|
|
|
},
|
|
|
plugins: [
|
|
|
[
|