Skip to content

Commit 564a68d

Browse files
committed
Update README.md
1 parent f2da929 commit 564a68d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ BlackObfuscator {
5555
enabled true
5656
// 混淆深度
5757
depth 2
58-
// 需要混淆的类(匹配前面一段)
58+
// 需要混淆的包或者类(匹配前面一段)
5959
obfClass = ["top.niunaijun", "com.abc"]
60+
// blackClass中的包或者类不会进行混淆(匹配前面一段)
61+
blackClass = ["top.niunaijun.black"]
6062
}
6163
6264
dependencies {

0 commit comments

Comments
 (0)