dProtect icon indicating copy to clipboard operation
dProtect copied to clipboard

Control flow docs incorrect example (I assume a double "class" typo)

Open credmond opened this issue 3 years ago • 0 comments

The control flow docs read:

  • -obfuscate-control-flow class class com.password4j.Argon2Function { *; }
  • -obfuscate-control-flow class class com.dprotect.** { *; }

But, I believe it should read:

  • -obfuscate-control-flow class com.password4j.Argon2Function { *; }
  • -obfuscate-control-flow class com.dprotect.** { *; }

credmond avatar Jan 02 '23 14:01 credmond