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
This commit is contained in:
parent
d9250aa986
commit
3f33adc5d0
|
@ -142,10 +142,10 @@ allprojects {
|
|||
}
|
||||
|
||||
ext {
|
||||
buildToolsVersion = "28.0.3"
|
||||
compileSdkVersion = 28
|
||||
buildToolsVersion = "29.0.3"
|
||||
compileSdkVersion = 29
|
||||
minSdkVersion = 21
|
||||
targetSdkVersion = 28
|
||||
targetSdkVersion = 29
|
||||
supportLibVersion = "28.0.0"
|
||||
|
||||
// The Maven artifact groupdId of the third-party react-native modules which
|
||||
|
|
Loading…
Reference in New Issue