1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-18 11:53:10 +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
2 changed files with 3 additions and 3 deletions
+1 -1
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-.+'
+2 -2
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