Explorar el Código

Android SDK version update.

Daniel hace 10 meses
padre
commit
7424d35ecf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
         }
       }