summaryrefslogtreecommitdiffstats
path: root/tests/SharedLibrary/lib/proguard.proguard
blob: e5dfbe1c453d81905d78f2fb0b9eb9e58cdca6c0 (plain)
1
2
3
4
5
6
7
-keepparameternames
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
                SourceFile,LineNumberTable,*Annotation*,EnclosingMethod

-keep public class * {
    public protected *;
}