diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-02-13 13:01:36 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-02-13 13:41:24 +0100 |
commit | 35930614ae796f165974b6c6f5c70b7e5667942b (patch) | |
tree | bf5f8851358263c81688f1bf09b9ca153a07b4fa /platform/android/MapboxGLAndroidSDK | |
parent | 143c346d9d809a93d802dc087cffe517659e1077 (diff) | |
download | qtlocation-mapboxgl-35930614ae796f165974b6c6f5c70b7e5667942b.tar.gz |
[android] - remove lost dependency from the sdk
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK')
-rw-r--r-- | platform/android/MapboxGLAndroidSDK/build.gradle | 5 | ||||
-rw-r--r-- | platform/android/MapboxGLAndroidSDK/proguard-rules.pro | 5 |
2 files changed, 1 insertions, 9 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/build.gradle b/platform/android/MapboxGLAndroidSDK/build.gradle index e2e0881857..173b4fa7f8 100644 --- a/platform/android/MapboxGLAndroidSDK/build.gradle +++ b/platform/android/MapboxGLAndroidSDK/build.gradle @@ -7,11 +7,6 @@ dependencies { implementation dependenciesList.supportFragmentV4 implementation dependenciesList.timber implementation dependenciesList.okhttp3 - compileOnly(dependenciesList.lost) { - exclude group: 'com.google.guava' - exclude group: 'com.android.support' - } - testImplementation dependenciesList.lost testImplementation dependenciesList.junit testImplementation dependenciesList.mockito testImplementation dependenciesList.robolectric diff --git a/platform/android/MapboxGLAndroidSDK/proguard-rules.pro b/platform/android/MapboxGLAndroidSDK/proguard-rules.pro index 3b8adac5a8..b5a1d82c81 100644 --- a/platform/android/MapboxGLAndroidSDK/proguard-rules.pro +++ b/platform/android/MapboxGLAndroidSDK/proguard-rules.pro @@ -12,7 +12,4 @@ # config for okhttp 3.8.0, https://github.com/square/okhttp/pull/3354 -dontwarn okio.** -dontwarn javax.annotation.Nullable --dontwarn javax.annotation.ParametersAreNonnullByDefault - -# config for optional location provider https://github.com/mapbox/mapbox-gl-native/issues/10960 --dontwarn com.mapzen.android.lost.api**
\ No newline at end of file +-dontwarn javax.annotation.ParametersAreNonnullByDefault
\ No newline at end of file |