Browse Source

Version bump

Daniel Zagrodzki 11 giờ trước cách đây
mục cha
commit
c6cf06e01b
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      app.config.ts

+ 3 - 3
app.config.ts

@@ -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'
         }
       }