| Amit Mahajan | 35e5fcb | 2019-12-09 23:38:25 -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 | } | ||||