Browse Source

Android SDK version update.

Daniel 10 months ago
parent
commit
7424d35ecf
1 changed files with 1 additions and 1 deletions
  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'
         }
       }