diff --git a/play-services-maps-core-mapbox/build.gradle b/play-services-maps-core-mapbox/build.gradle index 0fc31f06ed..a0e48a4a0e 100644 --- a/play-services-maps-core-mapbox/build.gradle +++ b/play-services-maps-core-mapbox/build.gradle @@ -21,8 +21,8 @@ dependencies { implementation project(':play-services-maps') 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-sdk:10.2.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' diff --git a/play-services-maps-core-mapbox/src/main/AndroidManifest.xml b/play-services-maps-core-mapbox/src/main/AndroidManifest.xml index 7f249ff83f..0dfbdfe99c 100644 --- a/play-services-maps-core-mapbox/src/main/AndroidManifest.xml +++ b/play-services-maps-core-mapbox/src/main/AndroidManifest.xml @@ -29,7 +29,7 @@ - +