Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2019-09-27 20:07:07 +0300
committeryoksnod <donskdmitry@mail.ru>2019-10-22 15:11:22 +0300
commita953528ce7a46dd8fdcc336a23d6ec443f67abeb (patch)
tree05bd6f2dca3ae65aa56f1f4ea7df8e202f3c67de /android
parentc44e54a769afaa9de0ce5dcf7d0cc64be3c3cd2d (diff)
[android] Updated google play services
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle25
1 files 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'