diff options
author | aleksandar-stefanovic <theonewithideas@gmail.com> | 2016-12-29 14:56:17 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2017-01-11 06:52:23 +0000 |
commit | ca48c612120d2f0351e198c581fcfde746837243 (patch) | |
tree | 3d3b81e317ed8c687136eeb1108d8359487c6718 /android/source | |
parent | 28f50d7e387864bd41a67b2fb78b9c98a708a00e (diff) |
Bumped version numbers in Gradle
It builds correctly.
Note that the target version remained the same (22) instead of the current 25.
Change-Id: Ic14fc5b2e5aa04d621e86249d33c1d6d9bdce3c2
Reviewed-on: https://gerrit.libreoffice.org/32495
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'android/source')
-rw-r--r-- | android/source/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle index 3d0041a5c359..f3ed8926a61f 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.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' } } @@ -24,13 +24,13 @@ 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:23.4.0' - compile 'com.android.support:design:23.4.0' + compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:design:25.1.0' } android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.1" compileOptions { // silence some java-language features hints sourceCompatibility 6 |