From 245bda5267d7c4493b2efafc62a0c37632cc3584 Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Mon, 28 Aug 2023 12:29:32 +0200 Subject: [PATCH] Update maplibre annotation plugin version --- 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 5b0f979d1..561eaf24b 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.2.0") - implementation("org.maplibre.gl:android-plugin-annotation-v9:2.0.0") { + implementation("org.maplibre.gl:android-plugin-annotation-v9:2.0.1") { exclude group: 'com.google.android.gms' } implementation 'org.maplibre.gl:android-sdk-turf:5.9.0' -- GitLab