[React-Native] Android - buildToolsVersion to 25.0.2

This commit is contained in:
Dmitry Patsura 2017-05-02 10:56:03 +09:00 committed by GitHub
parent 58a25dd453
commit ded541a759
1 changed files with 1 additions and 1 deletions

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