MichaelRocks / paranoid

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

ability to obfuscate BuildConfig contents #50

Closed SajadGarshasbi closed 3 years ago

SajadGarshasbi commented 3 years ago

Hi, is there any chance to obfuscate BuildConfig contents?

MichaelRocks commented 3 years ago

Hi @SajadGarshasbi, I have plans to add such functionality in #23 but cannot tell you when I have time to do that.

iadcialim commented 2 years ago

@MichaelRocks We store our secrets and api keys in local.properties so it wont be added in the repo. But they are added in the BuildConfig thru build.gradle. It would be good to obfuscate the strings there. Waiting for #23 Thanks for this awesome lib again.