Fix maplibre annotation plugins dependency

This commit is contained in:
ganfra 2024-08-28 16:47:56 +02:00
parent 28c1e0ebc7
commit 1101c8db65
2 changed files with 3 additions and 0 deletions

View file

@ -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)
}