Skip to content

Commit

Permalink
update MapLibre & AnyMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Oct 26, 2024
1 parent cafc477 commit a1fb480
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -317,15 +317,15 @@ dependencies {
automotiveImplementation("androidx.car.app:app-automotive:$carAppVersion")

// AnyMaps
val anyMapsVersion = "13c2395053"
val anyMapsVersion = "c7ba6ea78d"
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:19.0.0")
implementation("com.github.ev-map.AnyMaps:anymaps-maplibre:$anyMapsVersion") {
// duplicates classes from mapbox-sdk-services
exclude("org.maplibre.gl", "android-sdk-geojson")
}
implementation("org.maplibre.gl:android-sdk:10.3.2-pre3") {
implementation("org.maplibre.gl:android-sdk:10.3.3") {
exclude("org.maplibre.gl", "android-sdk-geojson")
}

Expand Down Expand Up @@ -368,6 +368,7 @@ dependencies {
debugImplementation("com.facebook.soloader:soloader:0.10.5")
debugImplementation("com.facebook.flipper:flipper-network-plugin:0.238.0")
debugImplementation("com.jakewharton.timber:timber:5.0.1")
debugImplementation("com.squareup.leakcanary:leakcanary-android:2.14")

// testing
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit a1fb480

Please sign in to comment.