diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-30 18:27:08 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-30 18:33:13 +0200 |
commit | cb57abf33ffd2a76f67498b452f11d0f38e08054 (patch) | |
tree | 52b9b0fb14ec41618179093cbe0ba0a2176327cf | |
parent | b6bf9b12a63e22d718d6d8ad143d2095ca18017e (diff) |
android: bump build-tools, support-lib and gradle-plugin versions
Change-Id: Ib9fa2a3ca0ad4ba5075c9c25e5b2cba1e0e7285a
-rw-r--r-- | android/source/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle index 302d34a54754..92c6680f464a 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.2' } } @@ -24,14 +24,14 @@ dependencies { ]) compile files("${liboInstdir}/${liboShareJavaFolder}/unoil.jar") compile files("${liboWorkdir}/UnpackedTarball/owncloud_android_lib/bin/owncloud-android-library.jar") - compile 'com.android.support:appcompat-v7:25.1.0' - compile 'com.android.support:design:25.1.0' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.1' compile 'com.android.support.constraint:constraint-layout:1.0.2' } android { compileSdkVersion 25 - buildToolsVersion "25.0.1" + buildToolsVersion "25.0.3" compileOptions { // silence some java-language features hints sourceCompatibility 6 |