summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-05-19 09:14:54 +0200
committerGitHub <noreply@github.com>2017-05-19 09:14:54 +0200
commiteb83c7250933b7d3705a3508976c69571a9b9d4c (patch)
tree4b266fb068660599085115496755f1b01c22144f /platform/android/MapboxGLAndroidSDK
parent4f90d7a56608d6962cfb86505dfeba92b8cd3154 (diff)
downloadqtlocation-mapboxgl-eb83c7250933b7d3705a3508976c69571a9b9d4c.tar.gz
[android] - bump tools and support lib version due to SNAPSHOT dependencies (#9046)
* [android] - bump tools and support lib version for SNAPSHOT dependencies * revert unsupported Circle CI build tools version
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK')
-rw-r--r--platform/android/MapboxGLAndroidSDK/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle
index fca36237c3..5e19e94f5d 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -6,9 +6,7 @@ dependencies {
compile rootProject.ext.dep.supportDesign
compile rootProject.ext.dep.timber
compile rootProject.ext.dep.okhttp3
- compile(rootProject.ext.dep.lost) {
- exclude module: 'support-compat'
- }
+ compile rootProject.ext.dep.lost
// Mapbox Android Services (GeoJSON support)
compile(rootProject.ext.dep.mapboxJavaGeoJSON) {