Is there any way to set custom class name in proguard (command in proguard.cfg)?
Let's say that I've got class com.scana.MyClass and I want proguard to always obfuscate it as "tx"
Problem solved.
You can use: -applymapping file-name
in proguard.cfg
File content example:
com.scana.MyClass -> tx:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With