summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-11-29 18:49:00 +0100
committerŁukasz Paczos <lukas.paczos@gmail.com>2018-11-29 18:49:00 +0100
commit9d4f27b120133a4212624512378c2c6641c24608 (patch)
tree5e33a46632bfcabc0c1276fb0a4f3e99e7feec50
parentf1327b3269a8fe42a316302d3179e537c91b596f (diff)
downloadqtlocation-mapboxgl-upstream/al-liblocation-integration.tar.gz
[android] removed unnecessary appcompat exclusion from the telemetry dependencyupstream/al-liblocation-integration
-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 8143adcc36..ddb2949bbc 100644
--- a/platform/android/MapboxGLAndroidSDK/build.gradle
+++ b/platform/android/MapboxGLAndroidSDK/build.gradle
@@ -4,9 +4,7 @@ apply plugin: 'kotlin-android'
dependencies {
lintChecks project(":MapboxGLAndroidSDKLint")
- api(dependenciesList.mapboxAndroidTelemetry) {
- exclude group: 'com.android.support', module: 'appcompat-v7'
- }
+ api dependenciesList.mapboxAndroidTelemetry
api dependenciesList.mapboxJavaGeoJSON
api dependenciesList.mapboxAndroidGestures
implementation dependenciesList.mapboxJavaTurf