summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-09-12 11:26:41 +0200
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-09-12 11:26:41 +0200
commit316193b10258e7188af28889faffbb92d05a4396 (patch)
tree87883c68238c7db916d5992630f3f5c0fe57c80d
parentefe9928ad507cc99fceb78b83c7bcc8eae69b0f9 (diff)
downloadqtlocation-mapboxgl-upstream/proguard-okhttp.tar.gz
[android] - bump proguard config for OkHttp 3.8.0upstream/proguard-okhttp
-rw-r--r--platform/android/MapboxGLAndroidSDK/proguard-rules.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/proguard-rules.pro b/platform/android/MapboxGLAndroidSDK/proguard-rules.pro
index 68edc12f35..b5a1d82c81 100644
--- a/platform/android/MapboxGLAndroidSDK/proguard-rules.pro
+++ b/platform/android/MapboxGLAndroidSDK/proguard-rules.pro
@@ -7,4 +7,9 @@
-keep interface com.mapbox.mapboxsdk.** { *; }
-keep class com.mapbox.services.android.telemetry.** { *; }
-keep class com.mapbox.services.commons.** { *;}
--keep class com.google.gson.** { *; } \ No newline at end of file
+-keep class com.google.gson.** { *; }
+
+# config for okhttp 3.8.0, https://github.com/square/okhttp/pull/3354
+-dontwarn okio.**
+-dontwarn javax.annotation.Nullable
+-dontwarn javax.annotation.ParametersAreNonnullByDefault \ No newline at end of file