updated build script

This commit is contained in:
Mariotaku Lee 2016-11-02 19:20:37 +08:00
parent 952b2eed48
commit d6531da10d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ android:
- tools
# The BuildTools version used by your project
- build-tools-24.0.1
- build-tools-25.0.0
# The SDK version used to compile your project
- android-25

View File

@ -35,7 +35,7 @@ subprojects {
if (project.hasProperty('android')) {
android {
compileSdkVersion 25
buildToolsVersion '24.0.1'
buildToolsVersion '25.0.0'
lintOptions {
abortOnError false