From a953528ce7a46dd8fdcc336a23d6ec443f67abeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Fri, 27 Sep 2019 20:07:07 +0300 Subject: [PATCH] [android] Updated google play services --- android/build.gradle | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 49c29799d9..f9a6329c98 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,11 +52,11 @@ dependencies { implementation 'com.android.support:support-annotations:'+ propSupportLibraryVersion implementation 'com.android.support:support-compat:27.1.1'+ propSupportLibraryVersion - implementation 'com.google.android.gms:play-services-location:' + propPlayServicesVersion - implementation 'com.google.android.gms:play-services-analytics:' + propPlayServicesVersion - implementation 'com.google.android.gms:play-services-gcm:' + propPlayServicesVersion - implementation 'com.google.android.gms:play-services-auth:' + propPlayServicesVersion - implementation 'com.google.android.gms:play-services-basement:' + propPlayServicesVersion + implementation 'com.google.android.gms:play-services-location:17.0.0' + implementation 'com.google.android.gms:play-services-analytics:17.0.0' + implementation 'com.google.android.gms:play-services-gcm:17.0.0' + implementation 'com.google.android.gms:play-services-auth:17.0.0' + implementation 'com.google.android.gms:play-services-basement:17.1.1' // statistics implementation 'com.flurry.android:analytics:11.0.0@aar' @@ -135,13 +135,14 @@ configurations.all { force 'com.android.support:support-compat:' + propSupportLibraryVersion force 'com.android.support:support-fragment:' + propSupportLibraryVersion - force 'com.google.android.gms:play-services-ads:' + propPlayServicesVersion - force 'com.google.android.gms:play-services-location:' + propPlayServicesVersion - force 'com.google.android.gms:play-services-analytics:' + propPlayServicesVersion - force 'com.google.android.gms:play-services-plus:' + propPlayServicesVersion - force 'com.google.android.gms:play-services-gcm:' + propPlayServicesVersion - force 'com.google.android.gms:play-services-auth:' + propPlayServicesVersion - force 'com.google.android.gms:play-services-basement:' + propPlayServicesVersion + force 'com.google.android.gms:play-services-ads:18.2.0' + force 'com.google.android.gms:play-services-location:17.0.0' + force 'com.google.android.gms:play-services-analytics:17.0.0' + force 'com.google.android.gms:play-services-plus:17.0.0' + force 'com.google.android.gms:play-services-gcm:17.0.0' + force 'com.google.android.gms:play-services-auth:17.0.0' + force 'com.google.android.gms:play-services-basement:17.1.1' + force 'com.google.android.gms:play-services-base:17.0.0' force 'android.arch.core:runtime:1.1.1' force 'android.arch.core:common:1.1.1'