From 123680d3e8a63cdc28e6831b2f5ddaec110880b3 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Sun, 17 Oct 2021 12:37:44 +0200 Subject: [PATCH] replace Mapbox android-plugin-places with just the Java SDK (the UI has been replaced by our own one in #120) --- app/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f918e251..6bf3828b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,12 +152,8 @@ dependencies { implementation 'com.google.android.libraries.places:places:2.5.0' googleImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.4.1' - // Mapbox places (autocomplete) - // forked this library and included through JitPack to fix https://github.com/mapbox/mapbox-plugins-android/issues/1011 - implementation('com.github.johan12345.mapbox-plugins-android:mapbox-android-plugin-places-v9:922bf877f6') { - exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-accounts' - exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-telemetry' - } + // Mapbox Geocoding + implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.5.0' // navigation library implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"