From d9fddd8276605f96b3e6fce66d12b5e1326f1cba Mon Sep 17 00:00:00 2001 From: Bas9312 Date: Thu, 3 Sep 2020 15:38:59 +0500 Subject: [PATCH] play-services-location updated to more actual version --- livedata-location/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livedata-location/build.gradle b/livedata-location/build.gradle index b61b9ce..b454b52 100644 --- a/livedata-location/build.gradle +++ b/livedata-location/build.gradle @@ -10,7 +10,7 @@ dependencies { constraints { implementation("com.google.android.gms:play-services-location") { version { - require '1.0.0' + require '17.0.0' } } }