diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2019-07-10 21:17:10 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2019-07-10 21:17:10 +0200 |
commit | f0c502a2b0c4d8c129ec88f4455955aad16c5385 (patch) | |
tree | ce1bf0e3c6e575bbdb54b72d928835796af2bc9d | |
parent | be5fb64899b71ee2be6ca3a338bea953fff43ea3 (diff) | |
download | qtlocation-mapboxgl-upstream/tvn-add-wear-module.tar.gz |
fixup local depsupstream/tvn-add-wear-module
-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" |