-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
混淆类名无法混淆不同包里面所xml或txt包含的类名,只能混淆同一目录下xml或txt里面包含的类名。 #50
Comments
只会替换 |
在java目录里面添加xml或者txt,里面填写被混淆的类名,执行混淆之后,同一个目录下面xml文件里面填写的将被混淆的类名,也会被混淆掉 |
这里说的有误,应该说只会替换 sourceSets {
main.java.srcDirs += 'arange'
} |
1、请在android标签下添加 |
替换前,会有个逻辑判断,即 所以, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不同目录但是同样依赖被替换的类名,替换不成功,例如我在txt里面加入了要被混淆的类名,最后执行混淆操作,依然执行不能够把txt里面的混淆了
The text was updated successfully, but these errors were encountered: