MichaelRocks / paranoid

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

@Obfuscate only works once? #21

Closed valeriyo closed 5 years ago

valeriyo commented 5 years ago

So, if I have two classes with @Obfuscate -- only one of them (first alphabetically) will be obfuscated? :()

valeriyo commented 5 years ago

@Obfuscate companion object { ... } doesn't seem to work either

valeriyo commented 5 years ago

actually that was because of an incremental build..