MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

How to make it obfuscate string all class without use anotation? #36

Closed tracer8 closed 3 years ago

tracer8 commented 3 years ago

Hi, I want to obfuscate string on every class in my project. How can i do that without adding @Obfuscate on all class? If this feature is not available, where can i fast modify your code to make it? Thank you!

MichaelRocks commented 3 years ago

Hi,

This is a duplicate of #23. If you want to make you fork without @Obfuscate I believe you can assume that @Obfuscate is applied to every class here. But I'm going to make a change in the library quite soon that will allow to configure obfuscation from build.gradle.