Adam Lesinski | de898ff | 2014-01-29 18:20:45 -0800 | [diff] [blame^] | 1 | -keepparameternames |
2 | -keepattributes Exceptions,InnerClasses,Signature,Deprecated, | ||||
3 | SourceFile,LineNumberTable,*Annotation*,EnclosingMethod | ||||
4 | |||||
5 | -keep public class * { | ||||
6 | public protected *; | ||||
7 | } |