File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
libraries/maplibre-compose Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ statemachine = "com.freeletics.flowredux:compose:1.2.2"
180180maplibre = " org.maplibre.gl:android-sdk:11.2.0"
181181maplibre_ktx = " org.maplibre.gl:android-sdk-ktx-v7:3.0.0"
182182maplibre_annotation = " org.maplibre.gl:android-plugin-annotation-v9:3.0.0"
183+ mapbox_android_gestures = " com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0"
183184opusencoder = " io.element.android:opusencoder:1.1.0"
184185kotlinpoet = " com.squareup:kotlinpoet:1.18.1"
185186zxing_cpp = " io.github.zxing-cpp:android:2.2.0"
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments