ParseApplication/ExternalLibs/Parse-SDK-Android/Parse/release-proguard.pro

8 lines
174 B
Prolog

-keepnames class com.parse.** { *; }
# Required for Parse
-keepattributes *Annotation*
-keepattributes Signature
# https://github.com/square/okio#proguard
-dontwarn okio.**