session-android/proguard.cfg
Jake McGinty 899afa2092 set appcompat menu class to obfuscate-only in PG
keeping it on the safe side - tested on problematic samsung devices, and
it looks like it works fine.
// FREEBIE
2015-02-19 15:36:57 -08:00

7 lines
240 B
INI

-keepattributes **
-keep class !org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;}
-keep, allowobfuscation class android.support.v7.internal.view.menu.** {*;}
-dontpreverify
-dontoptimize
-dontwarn **