How to obfuscate only few class or a single package?

Viewed 3392

I would not obfuscate all my project but just the mostly key class. how to write the proguard file to exclude all project and obfuscate only a single class or a single package ?

1 Answers
Related