1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

Update android build tools & gradle

This commit is contained in:
Loic Blot 2017-05-21 15:15:50 +02:00
parent 4b02caf75a
commit ffa033ee95
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ android:
- tools
- platform-tools
- extra
- build-tools-25.0.2
- build-tools-25.0.3
- android-25
licenses:
- 'android-sdk-license-.+'

View File

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}
@ -12,7 +12,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
lintOptions {
abortOnError false