From a8b863ae4123f462a26f8522d8d18f51ba0ccb4d Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 10 May 2018 10:30:23 +0200 Subject: [PATCH] updated dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1238949ae..559c86766 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.1' + classpath 'com.android.tools.build:gradle:3.1.2' } } @@ -33,7 +33,7 @@ ext { } dependencies { - playstoreImplementation 'com.google.android.gms:play-services-gcm:15.0.0' + playstoreImplementation 'com.google.android.gms:play-services-gcm:15.0.1' implementation 'org.sufficientlysecure:openpgp-api:10.0' implementation 'com.soundcloud.android:android-crop:1.0.1@aar' implementation "com.android.support:support-v13:$supportLibVersion"