混淆配置:调整混淆配置脚本

This commit is contained in:
Max
2024-01-20 16:38:35 +08:00
parent 718e4eb76d
commit bae04574bf
9 changed files with 184 additions and 76 deletions

View File

@@ -5,7 +5,7 @@
include_path=("src/" "java/")
# 过滤条件:不能包含的路径||
exclude_path=("com/nnbc123/app" "bean" "entity" "result" "ktx" "ext" "src/test" "src/androidTest")
exclude_path=("com/nnbc123/app" "com/example/lib_encrypt" "bean" "entity" "result" "ktx" "ext" "src/test" "src/androidTest")
# 过滤条件:判断是否需要混淆(包中包含这些文件)
file_extensions=("java" "kt")