From 8253c2cc13763e32e6b58e811c714e91404f13ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C5=9Eim=C5=9Fek?= Date: Mon, 31 Oct 2016 10:49:47 +0200 Subject: [PATCH] - gcm and analytics versions are updated. --- fastgcm/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastgcm/build.gradle b/fastgcm/build.gradle index c8616eb..710db2e 100644 --- a/fastgcm/build.gradle +++ b/fastgcm/build.gradle @@ -18,6 +18,6 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.google.android.gms:play-services-gcm:9.0.0' - compile 'com.google.android.gms:play-services-analytics:9.0.0' + compile 'com.google.android.gms:play-services-gcm:9.8.0' + compile 'com.google.android.gms:play-services-analytics:9.8.0' }