dProtect icon indicating copy to clipboard operation
dProtect copied to clipboard

-obfuscate-strings class com.something.** has no effect

Open credmond opened this issue 3 years ago • 0 comments

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.

credmond avatar Jan 02 '23 14:01 credmond