瀏覽代碼

android: target API level 29

This will be mandatory later in the year for updating apps and it already is for
new apps.

https://support.google.com/googleplay/android-developer/answer/113469#targetsdk
j8
Saúl Ibarra Corretgé 5 年之前
父節點
當前提交
3f33adc5d0
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      android/build.gradle

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

@@ -142,10 +142,10 @@ allprojects {
142 142
 }
143 143
 
144 144
 ext {
145
-    buildToolsVersion = "28.0.3"
146
-    compileSdkVersion = 28
145
+    buildToolsVersion = "29.0.3"
146
+    compileSdkVersion = 29
147 147
     minSdkVersion    = 21
148
-    targetSdkVersion = 28
148
+    targetSdkVersion = 29
149 149
     supportLibVersion = "28.0.0"
150 150
 
151 151
     // The Maven artifact groupdId of the third-party react-native modules which

Loading…
取消
儲存