Revert "[android] Update microG location dependency" #171

The new version is missing from google/maven repos, so builds fail.
Revert until its available.
https://codeberg.org/comaps/comaps/pulls/171

This reverts commit 964065a7b6.
This commit is contained in:
Konstantin Pastbin
2025-05-28 13:42:44 +07:00
parent 2e37416a43
commit 0860f2d69b

View File

@@ -8,7 +8,7 @@ google-services = { module = "com.google.gms:google-services", version = "4.4.2"
triplet-play-publisher = { module = "com.github.triplet.gradle:play-publisher", version = "3.10.1" }
huawei-publish = { module = "ru.cian:huawei-publish-gradle-plugin", version = "1.4.2" }
android-tools-desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.4" }
microg-services-location = { module = "org.microg.gms:play-services-location", version = "0.3.7.250932" }
microg-services-location = { module = "org.microg.gms:play-services-location", version = "0.3.6.244735" }
androidx-core = { module = "androidx.core:core", version = "1.15.0" }
jetbrains-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version = "2.1.10" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }