From 5afe114a723fb4416bc0a42de1310769f764e420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:56:04 +0000 Subject: [PATCH 1/2] Update dependency org.maplibre.gl:android-plugin-annotation-v9 to v3.0.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bd55ab1a0e..8d791633ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -178,7 +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.4.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" +maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.1" mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0" opusencoder = "io.element.android:opusencoder:1.1.0" kotlinpoet = "com.squareup:kotlinpoet:1.18.1" From a214b4eddead8eeaad5811c28ac91d531fce40cf Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 26 Sep 2024 19:58:45 +0200 Subject: [PATCH 2/2] maplib-plugins : remove workaround --- gradle/libs.versions.toml | 1 - libraries/maplibre-compose/build.gradle.kts | 2 -- 2 files changed, 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8d791633ec..b67e63b444 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -179,7 +179,6 @@ statemachine = "com.freeletics.flowredux:compose:1.2.2" maplibre = "org.maplibre.gl:android-sdk:11.4.0" maplibre_ktx = "org.maplibre.gl:android-sdk-ktx-v7:3.0.1" maplibre_annotation = "org.maplibre.gl:android-plugin-annotation-v9:3.0.1" -mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0" 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" diff --git a/libraries/maplibre-compose/build.gradle.kts b/libraries/maplibre-compose/build.gradle.kts index ec02f4d5a0..7a407adcae 100644 --- a/libraries/maplibre-compose/build.gradle.kts +++ b/libraries/maplibre-compose/build.gradle.kts @@ -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) }