summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/proguard-rules.pro
blob: c6445ac6a40e71c5269a00f80dc54ed7bd245f10 (plain)
1
2
3
4
5
6
7
8
# Mapbox ProGuard configuration is handled in the SDK

-keep class android.support.** { *; }

-dontwarn retrofit.**
-keep class retrofit.** { *; }
-keepattributes Signature
-keepattributes Exceptions