fix MB-44363 crash on maps screen
This commit is contained in:
parent
c8cdfe7b88
commit
9ba29038b0
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue