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

This commit is contained in:
Saúl Ibarra Corretgé 2021-01-20 11:47:21 +01:00 committed by Saúl Ibarra Corretgé
parent 9c13603489
commit fe78f104bc
1 changed files with 3 additions and 3 deletions

View File

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