joomcode / paranoid

String obfuscator for Android applications
Apache License 2.0
20 stars 1 forks source link

Add paranoid plugin as included build #2

Closed dkostyrev closed 2 years ago

dkostyrev commented 2 years ago

Moved plugin and related projects into paranoid subdirectory, and included it as separate build. This makes plugin development easier, removing the need to publish it to maven local repository.

Introduced new gradle property development instead of bootstrap, which enables dependencySubstitution in included build. The sole purpose of this flag is to allow samples to run with published dependencies instead of included build.

Upgraded AGP to 7.2.0 and Gradle to 7.3.3, since AGP 7.0.3 used incompatible ASM version.