diff --git a/play-services-maps-core-mapbox/build.gradle b/play-services-maps-core-mapbox/build.gradle index f75123a6d8104475f19a83da9603dbf179705904..b20a57371a7452d195c4d8f0dac41befa07c905d 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:2.0.0") { exclude group: 'com.google.android.gms' } implementation 'org.maplibre.gl:android-sdk-turf:5.9.0'