maplib-plugins : remove workaround

This commit is contained in:
ganfra
2024-09-26 19:58:45 +02:00
parent 5afe114a72
commit a214b4edde
2 changed files with 0 additions and 3 deletions

View File

@@ -22,6 +22,4 @@ 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)
}