From 9ba29038b0afb74f7a32c431fa04591d9c23341f Mon Sep 17 00:00:00 2001 From: Sergey Vlasenko Date: Tue, 7 May 2024 11:29:58 +0300 Subject: [PATCH] fix MB-44363 crash on maps screen --- livedata-location/build.gradle | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/livedata-location/build.gradle b/livedata-location/build.gradle index 9a71da0..6c331bb 100644 --- a/livedata-location/build.gradle +++ b/livedata-location/build.gradle @@ -15,15 +15,7 @@ configurations.configureEach { dependencies { api project(":lifecycle") - implementation "com.google.android.gms:play-services-location" + implementation libs.playServicesLocation - implementation "com.huawei.hms:location:$versions.hmsLocation" - - constraints { - implementation("com.google.android.gms:play-services-location") { - version { - require '17.0.0' - } - } - } + implementation libs.hmsLocation }