summaryrefslogtreecommitdiff
path: root/packages/ExtShared/proguard.proguard
blob: 699fbdaaadad8383a890f4b6fe1db352a58576cc (plain)
1
2
3
4
5
6
7
8
9
-keepparameternames
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
                SourceFile,LineNumberTable,EnclosingMethod,
                RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations,
                RuntimeVisibleTypeAnnotations,AnnotationDefault

-keep public class * {
    public protected *;
}