diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-03-23 12:04:23 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-03-23 12:04:23 +0100 |
commit | 564113669e214bab604bb760aa4105e280845b33 (patch) | |
tree | e3c0f80902ceaac753d736efb797a1e5e0a10102 | |
parent | 0baa2dd03e2c14d0c77f9d3fb6821a722825c40b (diff) |
update build deps
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index bbd0fea6..ee0da247 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { compile project(':libs:MemorizingTrustManager') compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' - compile 'com.android.support:support-v13:23.1.1' + compile 'com.android.support:support-v13:23.2.0' compile 'org.bouncycastle:bcprov-jdk15on:1.52' compile 'org.bouncycastle:bcmail-jdk15on:1.52' compile 'org.jitsi:org.otr4j:0.22' @@ -48,7 +48,7 @@ dependencies { compile 'com.kyleduo.switchbutton:library:1.2.8' compile 'org.whispersystems:axolotl-android:1.3.4' compile 'com.makeramen:roundedimageview:2.2.0' - playstoreCompile 'com.google.android.gms:play-services-gcm:8.3.0' + playstoreCompile 'com.google.android.gms:play-services-gcm:8.4.0' } android { |