aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-21 21:24:05 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-21 21:24:05 +0200
commitde52a4bb3cbb7eb98922fa8e26528058f2867da4 (patch)
treeadaa9273d8e739f1a7020e6affdf1480ed2b5ade /build.gradle
parent4291039dbc277d295956cbeb734d8c8296cd6404 (diff)
optimized gradle dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle17
1 files changed, 8 insertions, 9 deletions
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