Skip to content

Commit

Permalink
Fix maplibre annotation plugins dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ganfra committed Aug 28, 2024
1 parent 19a9616 commit 4ecc9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ statemachine = "com.freeletics.flowredux:compose:1.2.2"
maplibre = "org.maplibre.gl:android-sdk:11.2.0"
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.0"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.0"
mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0"
opusencoder = "io.element.android:opusencoder:1.1.0"
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"
Expand Down
2 changes: 2 additions & 0 deletions libraries/maplibre-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ dependencies {
api(libs.maplibre)
api(libs.maplibre.ktx)
api(libs.maplibre.annotation)
// needed for libs.maplibre.annotation waiting for a new release with the fix
implementation(libs.mapbox.android.gestures)
}

0 comments on commit 4ecc9f4

Please sign in to comment.