Skip to content

Commit

Permalink
update AnyMaps
Browse files Browse the repository at this point in the history
fixes issue where satellite map would not load correctly under some conditions
  • Loading branch information
johan12345 committed Jun 4, 2024
1 parent 1d3efe5 commit 3723ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ dependencies {
automotiveImplementation("androidx.car.app:app-automotive:$carAppVersion")

// AnyMaps
val anyMapsVersion = "a5b09b5fda"
val anyMapsVersion = "1e00650bc7"
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")
Expand Down

0 comments on commit 3723ee1

Please sign in to comment.