소스 검색

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
master
Saúl Ibarra Corretgé 5 년 전
부모
커밋
3f33adc5d0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      android/build.gradle

+ 3
- 3
android/build.gradle 파일 보기

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

Loading…
취소
저장