diff --git a/play-services-maps-core-mapbox/build.gradle b/play-services-maps-core-mapbox/build.gradle index 5b0f979d1d6e80aff32551b62fa48e73c5711af7..561eaf24b37eaec4b5ad7aeacea879c67a84c854 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'