Przeglądaj źródła

Android SDK version update.

Daniel 10 miesięcy temu
rodzic
commit
7424d35ecf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app.config.ts

+ 1 - 1
app.config.ts

@@ -102,7 +102,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       {
         android: {
           minSdkVersion: 24,
-          targetSdkVersion: 33,
+          targetSdkVersion: 34,
           // kotlinVersion: '1.7.1'
         }
       }