Browse Source

Merge pull request #3505 from element-hq/renovate/org.maplibre.gl-android-plugin-annotation-v9-3.x

Update dependency org.maplibre.gl:android-plugin-annotation-v9 to v3.0.1
pull/3555/head
ganfra 3 weeks ago committed by GitHub
parent
commit
c3940f8ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      gradle/libs.versions.toml
  2. 2
      libraries/maplibre-compose/build.gradle.kts

3
gradle/libs.versions.toml

@ -178,8 +178,7 @@ telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = " @@ -178,8 +178,7 @@ telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = "
statemachine = "com.freeletics.flowredux:compose:1.2.2"
maplibre = "org.maplibre.gl:android-sdk:11.5.0"
maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.1"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.0"
mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0"
maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.1"
opusencoder = "io.element.android:opusencoder:1.1.0"
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"

2
libraries/maplibre-compose/build.gradle.kts

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

Loading…
Cancel
Save