I am using proguard for obfuscating for jar. The jar has three packages (SAY A,B,C). I want a particular package to be excluded from obfuscating (a) How can we achieve this?
How to write the config file for this?
I am using proguard for obfuscating for jar. The jar has three packages (SAY A,B,C). I want a particular package to be excluded from obfuscating (a) How can we achieve this?
How to write the config file for this?