update build deps

Daniel Gultsch created

Change summary

build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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 {