1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-08 08:26:09 +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 - tools
- platform-tools - platform-tools
- extra - extra
- build-tools-25.0.2 - build-tools-25.0.3
- android-25 - android-25
licenses: licenses:
- 'android-sdk-license-.+' - 'android-sdk-license-.+'

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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 { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.2" buildToolsVersion "25.0.3"
lintOptions { lintOptions {
abortOnError false abortOnError false