summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
blob: 6860246e1c0f844aed79cc00dfe0885dc93103ed (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 { *; }