Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 1 | -keepparameternames |
2 | -keepattributes Exceptions,InnerClasses,Signature,Deprecated, | ||||
Christoffer Adamsen | e827be7 | 2025-01-17 04:46:14 -0800 | [diff] [blame] | 3 | SourceFile,LineNumberTable,EnclosingMethod, |
4 | RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations, | ||||
5 | RuntimeVisibleTypeAnnotations,AnnotationDefault | ||||
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 6 | |
7 | -keep public class * { | ||||
8 | public protected *; | ||||
9 | } |