summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro')
-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 { *; }