LSPosed / LSParanoid

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

Include Modules #4

Closed eakteam closed 1 year ago

eakteam commented 1 year ago

The original Paranoid have an option like :

lsparanoid {
            includeSubprojects = true
        }

This enhanced version of Paranoid doesn't support it. So i just want to ask if this is something that it does in background without needed of this option or it doesn't support it at all? Thanks

yujincheng08 commented 1 year ago

it causes #3

yujincheng08 commented 1 year ago

the old transform API provides a way to distinguish project classes and dependencies classes. the new API does not.

eakteam commented 1 year ago

Thanks for your reply, but if we include the plugin to Dynamic Feature Modules does it work or not?