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.