summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorPablo Guardiola <guardiola31337@gmail.com>2017-11-03 15:39:53 -0700
committerGitHub <noreply@github.com>2017-11-03 15:39:53 -0700
commitcdc5dde0ec5add19ad327d1afa8c9ed8803900df (patch)
tree1bc22182495b7949b3087a3cb433ae54d2d9a35b /platform/android/MapboxGLAndroidSDK/build.gradle
parent2955fb594c5235c302773d6fc36d85f05a654290 (diff)
downloadqtlocation-mapboxgl-cdc5dde0ec5add19ad327d1afa8c9ed8803900df.tar.gz
[android] revert adding mapbox-android-core dependency (#10354) (#10380)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 49806780b5..f3e9433a0b 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -6,6 +6,7 @@ dependencies {
compile rootProject.ext.dep.timber
compile rootProject.ext.dep.okhttp3
provided(rootProject.ext.dep.lost) {
+ exclude group: 'com.google.guava'
exclude group: 'com.android.support'
}
testCompile rootProject.ext.dep.junit
@@ -21,8 +22,6 @@ dependencies {
transitive = true
exclude group: 'com.android.support'
}
-
- compile(rootProject.ext.dep.mapboxAndroidCore)
}
android {