|
@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
owner: 'nomadmaniaou',
|
|
|
scheme: 'nm',
|
|
|
// Should be updated after every production release (deploy to AppStore/PlayMarket)
|
|
|
- version: '2.0.38',
|
|
|
+ version: '2.0.40',
|
|
|
// Should be updated after every dependency change
|
|
|
runtimeVersion: '1.6',
|
|
|
orientation: 'portrait',
|
|
@@ -142,7 +142,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
'MODIFY_AUDIO_SETTINGS',
|
|
|
'READ_MEDIA_VIDEO'
|
|
|
],
|
|
|
- versionCode: 96 // 2.0.38, last version sent to Google is 95 (2.0.37)
|
|
|
+ versionCode: 98 // 2.0.40, last version sent to Google is 97 (2.0.39)
|
|
|
},
|
|
|
plugins: [
|
|
|
[
|
|
@@ -157,7 +157,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
{
|
|
|
android: {
|
|
|
minSdkVersion: 24,
|
|
|
- targetSdkVersion: 34
|
|
|
+ targetSdkVersion: 35
|
|
|
// kotlinVersion: '1.7.1'
|
|
|
}
|
|
|
}
|