Merge pull request #992 from ovr/patch-1

[React-Native] Android - buildToolsVersion to 25.0.2
This commit is contained in:
blagoev 2017-06-22 12:30:17 +03:00 committed by GitHub
commit a6edc69131

View File

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