maplib-plugins : remove workaround
This commit is contained in:
parent
5afe114a72
commit
a214b4edde
2 changed files with 0 additions and 3 deletions
|
|
@ -179,7 +179,6 @@ statemachine = "com.freeletics.flowredux:compose:1.2.2"
|
||||||
maplibre = "org.maplibre.gl:android-sdk:11.4.0"
|
maplibre = "org.maplibre.gl:android-sdk:11.4.0"
|
||||||
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.1"
|
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.1"
|
||||||
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.1"
|
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.1"
|
||||||
mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0"
|
|
||||||
opusencoder = "io.element.android:opusencoder:1.1.0"
|
opusencoder = "io.element.android:opusencoder:1.1.0"
|
||||||
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
|
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
|
||||||
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"
|
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,4 @@ dependencies {
|
||||||
api(libs.maplibre)
|
api(libs.maplibre)
|
||||||
api(libs.maplibre.ktx)
|
api(libs.maplibre.ktx)
|
||||||
api(libs.maplibre.annotation)
|
api(libs.maplibre.annotation)
|
||||||
// needed for libs.maplibre.annotation waiting for a new release with the fix
|
|
||||||
implementation(libs.mapbox.android.gestures)
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue