Skip to content
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

Run on release only #33

Open
aadhk opened this issue Nov 4, 2023 · 0 comments
Open

Run on release only #33

aadhk opened this issue Nov 4, 2023 · 0 comments

Comments

@aadhk
Copy link

aadhk commented Nov 4, 2023

How to setup run on release only on the gradle file?
The following setting is for all building.
android {
...

defaultConfig {
   ...
}

}

BlackObfuscator {
enabled true
depth 2
obfClass = ["top.niunaijun", "com.abc"]
blackClass = ["top.niunaijun.black"]
}

dependencies {
...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant