From 0e929a574cdc478f3e56d445d2e70130b7ca2558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rie=20ROUX?= <30691126+VxlerieUwU@users.noreply.github.com> Date: Sat, 8 Jul 2023 23:09:37 +0200 Subject: [PATCH] Update mapbox libraries (#1977) upgrade android-plugin-annotation-v9 to 2.0.0 and org.maplibre.gl:android-sdk to 10.2.0 --- play-services-maps-core-mapbox/build.gradle | 4 ++-- play-services-maps-core-mapbox/src/main/AndroidManifest.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - +