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