LSPosed / LSParanoid

String obfuscator for Android applications
Apache License 2.0
291 stars 28 forks source link

Module name collisions fix #34

Closed gdesantos closed 10 months ago

gdesantos commented 10 months ago

There is a problem using the plugin in a multi module project. If you apply the plugin to modules with the same name, it will fail. For example if you have:

:moduleA:data
:moduleB:data

And you apply the plugin in both, it will fail. Using project.path instead of project.name will fix this