浏览代码

Android SDK version update.

Daniel 10 月之前
父节点
当前提交
7424d35ecf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
         }
       }