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

pull/8445/head
Saúl Ibarra Corretgé 4 years ago committed by Saúl Ibarra Corretgé
parent 9c13603489
commit fe78f104bc
  1. 6
      android/build.gradle

@ -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

Loading…
Cancel
Save