lin
2025-04-16 ddfd1960bbbcff04beea3129c53b2dbe43482ce8
1
2
3
4
5
6
7
-keepparameternames
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
                SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
 
-keep public class * {
    public protected *;
}