MichaelRocks / paranoid

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

Allows to disable obfuscation for the project #25

Closed ICommandMachinesObey closed 4 years ago

ICommandMachinesObey commented 5 years ago

"enabled — boolean. Allows to disable obfuscation for the project. Default value is true." I think that the default value should be false.

MichaelRocks commented 5 years ago

Why? The purpose of the library is to obfuscate the project so the default behavior should be configuration-less if possible.

MichaelRocks commented 4 years ago

Obfuscation can be disabled using the following block:

paranoid {
  enabled false
}