[Libreoffice-commits] core.git: android/source

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed Nov 16 14:08:03 UTC 2016


 android/source/build.gradle |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5cbaf0504f76892b2b855ca962c9f8821fb50dae
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Nov 16 15:06:23 2016 +0100

    bump gradle plugin, build-tools and support lib versions
    
    Change-Id: I94036432e23b2d73b6e2006ed49f9890ae11aa05

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 5e5cba6..3d0041a 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.0'
+        classpath 'com.android.tools.build:gradle:2.2.2'
     }
 }
 
@@ -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.0.1'
-    compile 'com.android.support:design:23.1.0'
+    compile 'com.android.support:appcompat-v7:23.4.0'
+    compile 'com.android.support:design:23.4.0'
 }
 
 android {
     compileSdkVersion 23
-    buildToolsVersion "23.0.2"
+    buildToolsVersion "23.0.3"
     compileOptions {
         // silence some java-language features hints
         sourceCompatibility 6


More information about the Libreoffice-commits mailing list