From 81414cba70a6babc8a2a47c6d9298eb3e129c1e4 Mon Sep 17 00:00:00 2001 From: robertbakk Date: Wed, 26 Apr 2023 17:03:53 +0300 Subject: [PATCH] updated play services libraries --- android-reactive-location/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-reactive-location/build.gradle b/android-reactive-location/build.gradle index 07089d9d..9f03d52b 100644 --- a/android-reactive-location/build.gradle +++ b/android-reactive-location/build.gradle @@ -18,8 +18,8 @@ android { //TODO: local maven deployment dependencies { - api 'com.google.android.gms:play-services-location:16.0.0' - api 'com.google.android.gms:play-services-places:16.0.0' + api 'com.google.android.gms:play-services-location:21.0.1' + api 'com.google.android.gms:play-services-places:17.0.0' api 'io.reactivex.rxjava2:rxjava:2.2.0' }