How can I keep classes which can be obfuscated?
I played with -keep
and -keepclassmembers
, both will fix my class not found exceptions, but I would like to have shorted names.
As background, I need that for a instant app: That means that I need to define myself which classes should been kept in the base module for the feature modules. In the end I have now a list of 3k classes, but I'm not interested in the full class names and the member variables.