summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-05-12 15:16:13 +0200
committerGitHub <noreply@github.com>2017-05-12 15:16:13 +0200
commite681f69993ea9b28e745e8933744960eb5a608f8 (patch)
treea0e9dc175a48151e62d4b49130ceb42a509a22ea /platform/android/MapboxGLAndroidSDK/build.gradle
parent850b008a2fd872c6158502b821da17864711bb12 (diff)
downloadqtlocation-mapboxgl-e681f69993ea9b28e745e8933744960eb5a608f8.tar.gz
[android] - update LOST to 2.3.0 (#8872)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index 1156a6ef43..c4668f598c 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -6,7 +6,9 @@ dependencies {
compile rootProject.ext.dep.supportDesign
compile rootProject.ext.dep.timber
compile rootProject.ext.dep.okhttp3
- compile rootProject.ext.dep.lost
+ compile(rootProject.ext.dep.lost) {
+ exclude module: 'support-compat'
+ }
// Mapbox Android Services (GeoJSON support)
compile(rootProject.ext.dep.mapboxJavaGeoJSON) {