Closed
Description
Proguard Rules
##Worked fine in developer mode, but as soon as I introduced proguard, got null oject refences
A clear and concise description of what you want and what your use case is.
Describe the solution you'd like
-keepattributes Signature
-keepattributes Annotation
-keepattributes EnclosingMethod
-keepattributes InnerClasses
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.