Skip to content

Commit 4ecc9f4

Browse files
committed
Fix maplibre annotation plugins dependency
1 parent 19a9616 commit 4ecc9f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ statemachine = "com.freeletics.flowredux:compose:1.2.2"
180180
maplibre = "org.maplibre.gl:android-sdk:11.2.0"
181181
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.0"
182182
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.0"
183+
mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0"
183184
opusencoder = "io.element.android:opusencoder:1.1.0"
184185
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
185186
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"

libraries/maplibre-compose/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ dependencies {
3131
api(libs.maplibre)
3232
api(libs.maplibre.ktx)
3333
api(libs.maplibre.annotation)
34+
// needed for libs.maplibre.annotation waiting for a new release with the fix
35+
implementation(libs.mapbox.android.gestures)
3436
}

0 commit comments

Comments
 (0)