瀏覽代碼

feat(android) set compile/target SDK versions to 30

master
Saúl Ibarra Corretgé 4 年之前
父節點
當前提交
fe78f104bc
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      android/build.gradle

+ 3
- 3
android/build.gradle 查看文件

@@ -17,10 +17,10 @@ buildscript {
17 17
 }
18 18
 
19 19
 ext {
20
-    buildToolsVersion = "29.0.3"
21
-    compileSdkVersion = 29
20
+    buildToolsVersion = "30.0.3"
21
+    compileSdkVersion = 30
22 22
     minSdkVersion    = 23
23
-    targetSdkVersion = 29
23
+    targetSdkVersion = 30
24 24
     supportLibVersion = "28.0.0"
25 25
 
26 26
     // The Maven artifact groupdId of the third-party react-native modules which

Loading…
取消
儲存