summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
blob: ed687ff76d168a72e19572cdbcd567c75cd0be4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

# GMS
-dontnote com.google.android.gms.**

-keep class com.mapbox.mapboxsdk.testapp.model.customlayer.ExampleCustomLayer { *; }