summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-10-24 11:05:30 -0700
committerTobrun <tobrun.van.nuland@gmail.com>2017-10-24 11:05:30 -0700
commit2bf62a43e0ec999266661a16d563a03bf211338a (patch)
tree40276601f5280f75929ce0c76a3a4d9d21bd7ee0
parentd9a65cc0391cea4ae820a91fddcb9db01c2ef5b7 (diff)
downloadqtlocation-mapboxgl-2bf62a43e0ec999266661a16d563a03bf211338a.tar.gz
replace deps
-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 146a4de2e6..b7e080289c 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -1,8 +1,7 @@
apply plugin: 'com.android.library'
dependencies {
- compile rootProject.ext.dep.supportAnnotations
- compile rootProject.ext.dep.supportV4
+ compile rootProject.ext.dep.supportAppcompatV7
compile rootProject.ext.dep.timber
compile rootProject.ext.dep.okhttp3
compile(rootProject.ext.dep.lost) {