Update React Native Android buildToolsVersion to 26.0.2 (#1441)
This commit is contained in:
parent
9c132ee702
commit
582907dfec
|
@ -254,7 +254,7 @@ task packageReactNdkLibs(dependsOn: buildReactNdkLib, type: Copy) {
|
|||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "25.0.2"
|
||||
buildToolsVersion "26.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
|
|
|
@ -41,7 +41,7 @@ task forwardDebugPort(type: Exec) {
|
|||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.1"
|
||||
buildToolsVersion "26.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
|
|
Loading…
Reference in New Issue