Fix maplibre annotation plugins dependency

This commit is contained in:
ganfra
2024-08-28 16:47:56 +02:00
parent 98ee737c5e
commit 879b842a91
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)
}