StringCare / AndroidLibrary

Android library to reveal or obfuscate strings and assets at runtime
Apache License 2.0
247 stars 44 forks source link

Library Support #73

Open efraespada opened 4 years ago

efraespada commented 4 years ago

Currently the library modules aren't supported.

guillermog888 commented 4 years ago

hi @efraespada i try to make the plugin ofucascate all the string modules but whit the first try i put the stringcare configuration in all gradle of the modules and apply the stringcare plugin to all but only works for the first module and if i delete the configuration for that module works for the next but the ofuscate the original string.xml then i try to make a deferent configuration i make the stringcare configuration to the app gradle and for the modules gradle only apply the plugin but when i create the apk dont ofuscate the strings but if i run the stringcareTestObfuscate show all the strings ofuscatated

efraespada commented 4 years ago

I'll check the stringcareTestObfuscate task, but for now, only the app module can be obfuscated.

All the complementary modules can't be obfuscated right now