summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-09-20 12:20:30 +0200
committerTobrun <tobrun@mapbox.com>2018-09-22 00:45:13 +0200
commit6f0c9927a3f8671bbb1c54c8028a5f72e6d7f327 (patch)
treec927fdc39435393ebddb69abcfb64b6e4ed1f1b0 /platform/android/MapboxGLAndroidSDKTestApp
parentd5f0e4b41e0ece7795a350cc6b9b68fc3aa356ce (diff)
downloadqtlocation-mapboxgl-6f0c9927a3f8671bbb1c54c8028a5f72e6d7f327.tar.gz
[android] - complete proguard revision
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro14
1 files changed, 9 insertions, 5 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro b/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
index 593a4dadfa..6860246e1c 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
+++ b/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
@@ -1,7 +1,11 @@
-# Mapbox ProGuard configuration is handled in the SDK
--dontwarn android.support.**
--dontwarn java.lang.**
--dontwarn org.codehaus.**
--dontwarn java.nio.**
+# Mapbox ProGuard configuration is handled in the SDK,
+# This file contains test app specific configuration
+
+# Kotlin
+-dontnote kotlin.**
+
+# LeakCanary
+-dontnote com.squareup.leakcanary.internal.**
+-dontnote gnu.trove.THashMap
-keep class com.mapbox.mapboxsdk.testapp.model.customlayer.ExampleCustomLayer { *; }