From cb80e64d2c43d1beba376ee3a2f5e8ca84322b52 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 9 Jan 2018 10:13:02 +0100 Subject: [PATCH] update dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a589d2b3..0d05d74c3 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ ext { dependencies { implementation project(':libs:MemorizingTrustManager') - playstoreImplementation 'com.google.android.gms:play-services-gcm:11.6.2' + playstoreImplementation 'com.google.android.gms:play-services-gcm:11.8.0' implementation 'org.sufficientlysecure:openpgp-api:10.0' implementation 'com.soundcloud.android:android-crop:1.0.1@aar' implementation "com.android.support:support-v13:$supportLibVersion"