From 541c61ffde198133969d113de7f3e17e50110685 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 9c2643674e..409f465abc 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'