summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
blob: 593a4dadfaa482817b3ed580c6817cea1bb3e242 (plain)
1
2
3
4
5
6
7
# Mapbox ProGuard configuration is handled in the SDK
-dontwarn android.support.**
-dontwarn java.lang.**
-dontwarn org.codehaus.**
-dontwarn java.nio.**

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