android - Custom obfuscated class name in proguard -
is there way set custom class name in proguard (command in proguard.cfg)?
let's i've got class com.scana.myclass , want proguard obfuscate "tx"
problem solved. can use: -applymapping file-name
in proguard.cfg
file content example:
com.scana.myclass -> tx:
Comments
Post a Comment