Update React Native Android buildToolsVersion to 26.0.2 (#1441)

This commit is contained in:
Yuta Kawabe 2017-10-31 02:30:51 +09:00 committed by Kenneth Geisshirt
parent 9c132ee702
commit 582907dfec
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ task packageReactNdkLibs(dependsOn: buildReactNdkLib, type: Copy) {
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "25.0.2" buildToolsVersion "26.0.2"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16

View File

@ -41,7 +41,7 @@ task forwardDebugPort(type: Exec) {
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.1" buildToolsVersion "26.0.2"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16