diff options
-rw-r--r-- | platform/android/wearapp/build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
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" |