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'