Fix maplibre annotation plugins dependency
This commit is contained in:
parent
28c1e0ebc7
commit
1101c8db65
2 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue