update AnyMaps

fixes #346 through a5b09b5fda
This commit is contained in:
johan12345
2024-06-04 21:17:53 +02:00
parent f011944135
commit 1d3efe5295

View File

@@ -315,7 +315,7 @@ dependencies {
automotiveImplementation("androidx.car.app:app-automotive:$carAppVersion")
// AnyMaps
val anyMapsVersion = "a5b9abca40"
val anyMapsVersion = "a5b09b5fda"
implementation("com.github.ev-map.AnyMaps:anymaps-base:$anyMapsVersion")
googleImplementation("com.github.ev-map.AnyMaps:anymaps-google:$anyMapsVersion")
googleImplementation("com.google.android.gms:play-services-maps:18.2.0")