From daea99f26b3a1ab05ef15374e4246bc9d7a593d7 Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Fri, 23 Jun 2023 00:00:33 +0200 Subject: [PATCH 1/2] Use prerelease version of MapLibre annotation plugin --- play-services-maps-core-mapbox/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-services-maps-core-mapbox/build.gradle b/play-services-maps-core-mapbox/build.gradle index f75123a6d..4d4956f75 100644 --- a/play-services-maps-core-mapbox/build.gradle +++ b/play-services-maps-core-mapbox/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation project(':play-services-base-core') implementation project(':play-services-location') implementation("org.maplibre.gl:android-sdk:10.0.0") - implementation("org.maplibre.gl:android-plugin-annotation-v9:1.0.0") { + implementation("org.maplibre.gl:android-plugin-annotation-v9:1.0.1-pre0") { exclude group: 'com.google.android.gms' } implementation 'org.maplibre.gl:android-sdk-turf:5.9.0' -- GitLab From 67d2b5cd5f399f46aa4f99d49e669d153d3abb3a Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Mon, 3 Jul 2023 13:01:22 +0200 Subject: [PATCH 2/2] Use new version of maplibre annotation plugins --- play-services-maps-core-mapbox/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-services-maps-core-mapbox/build.gradle b/play-services-maps-core-mapbox/build.gradle index 4d4956f75..b20a57371 100644 --- a/play-services-maps-core-mapbox/build.gradle +++ b/play-services-maps-core-mapbox/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation project(':play-services-base-core') implementation project(':play-services-location') implementation("org.maplibre.gl:android-sdk:10.0.0") - implementation("org.maplibre.gl:android-plugin-annotation-v9:1.0.1-pre0") { + implementation("org.maplibre.gl:android-plugin-annotation-v9:2.0.0") { exclude group: 'com.google.android.gms' } implementation 'org.maplibre.gl:android-sdk-turf:5.9.0' -- GitLab