MichaelRocks / paranoid

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

how to obfuscate string in library module. #43

Closed anitaKiran closed 3 years ago

anitaKiran commented 3 years ago

Micheal I want use it in my library module and app, is it possible? are there any different settings for it.

MichaelRocks commented 3 years ago

You should add these lines into the build.gradle file of the app module:

paranoid {
  includeSubprojects true
}