From f0c502a2b0c4d8c129ec88f4455955aad16c5385 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Wed, 10 Jul 2019 21:17:10 +0200 Subject: fixup local deps --- platform/android/wearapp/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/android/wearapp/build.gradle b/platform/android/wearapp/build.gradle index c11ff0cb28..f97f834956 100644 --- a/platform/android/wearapp/build.gradle +++ b/platform/android/wearapp/build.gradle @@ -33,7 +33,9 @@ dependencies { implementation 'com.android.support:recyclerview-v7:28.0.0' implementation 'com.android.support:wear:28.0.0' - implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v8:0.7.0' + implementation ('com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v8:0.7.0'){ + exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk' + } compileOnly 'com.google.android.wearable:wearable:2.4.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "com.jakewharton.timber:timber:4.7.1" -- cgit v1.2.1