From de52a4bb3cbb7eb98922fa8e26528058f2867da4 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 21 May 2016 21:24:05 +0200 Subject: optimized gradle dependencies --- build.gradle | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index c6b07a09d..356cdb7ff 100644 --- a/build.gradle +++ b/build.gradle @@ -26,10 +26,10 @@ dependencies { compile project(':libs:audiowife') - playstoreCompile 'com.google.android.gms:play-services-gcm:8.4.0' + playstoreCompile 'com.google.android.gms:play-services-gcm:9.0.0' compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' - compile 'com.android.support:support-v13:24.0.0-alpha2' + compile 'com.android.support:support-v13:24.0.0-beta1' compile 'org.bouncycastle:bcprov-jdk15on:1.52' compile 'org.bouncycastle:bcmail-jdk15on:1.52' compile 'org.jitsi:org.otr4j:0.22' @@ -43,14 +43,13 @@ dependencies { compile 'org.whispersystems:axolotl-android:1.3.4' compile 'com.makeramen:roundedimageview:2.2.0' compile 'jetty:javax.servlet:5.1.12' - compile 'com.google.code.gson:gson:2.3.1' + compile 'com.google.code.gson:gson:2.4' compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' - compile 'com.google.android.gms:play-services:8.4.0' - compile 'com.android.support:appcompat-v7:24.0.0-alpha2' - compile 'com.android.support:multidex:1.0.0' + compile 'com.android.support:appcompat-v7:24.0.0-beta1' + compile 'com.android.support:multidex:1.0.1' compile 'com.github.bumptech.glide:glide:3.5.2' - compile 'com.android.support:support-v4:24.0.0-alpha2' - compile 'com.google.android.gms:play-services-gcm:8.4.0' + compile 'com.google.android.gms:play-services-location:9.0.0' + compile 'com.google.android.gms:play-services-maps:9.0.0' } ext { @@ -61,7 +60,7 @@ ext { android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.3" defaultConfig { minSdkVersion 14 -- cgit v1.2.3