dProtect
dProtect copied to clipboard
-obfuscate-strings class com.something.** has no effect
Config like:
- -obfuscate-strings class com.something.**
...seems to have no effect.
I need to use:
- -obfuscate-strings class com.something.** { *; }
... which goes against what the documentation (on the site and repo) mentions.