From 682f05b98b6fa1ea5a5768374e6555fac102a5a0 Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Fri, 15 Jul 2022 12:08:07 +0200 Subject: [PATCH] exclude GMS dependency from Mapbox --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 955482a3..658ead5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -192,6 +192,7 @@ dependencies { implementation("com.github.johan12345.AnyMaps:anymaps-mapbox:$anyMapsVersion") { exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-accounts' exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-telemetry' + exclude group: 'com.google.android.gms', module: 'play-services-location' } // Google Places