-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
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 {
...
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels