christopherney / Enigma

Gradle Plugin - Obfuscator String Encryption (Android/Java)
MIT License
156 stars 25 forks source link

Problem with hard code the source path #15

Closed dzungpv closed 3 years ago

dzungpv commented 3 years ago

I tested with my project it not work, but with "hello world" create from Android Studio it work. So that is why many user report it is not work. In my project create with android studio for both phone and watch it create name "mobile", "wear". In the source code you hard code the source patch, so must have an option to change it or change the code. https://github.com/christopherney/Enigma/blob/a03207395db839e189143e83d44e5a0501e81c7f/src/main/groovy/com/chrisney/enigma/EnigmaPluginExtension.groovy#L20

dzungpv commented 3 years ago

Sorry i have not read the guide carefully, it close now.