updated build script
This commit is contained in:
parent
952b2eed48
commit
d6531da10d
|
@ -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
|
||||
|
|
|
@ -35,7 +35,7 @@ subprojects {
|
|||
if (project.hasProperty('android')) {
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '24.0.1'
|
||||
buildToolsVersion '25.0.0'
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
|
|
Loading…
Reference in New Issue