paranoid
paranoid copied to clipboard
String obfuscator for Android applications.
is there a way to stop this task from executing? I have intention to not use paranoid in debug build as this task is taking up a huge chunk of...
``` classpath 'io.michaelrocks:paranoid-gradle-plugin:0.3.7' ``` I've noticed that the strings I was sure that this library obfuscate actually appear as they are, not obfuscated at all. Steps: 1. Either import the...
I'm using Android Studio Chipmunk version of android studio . I integrate paranoid plugin but project is not able to build with this plugin but I downgrade the version of...
``` WARNING:API 'android.registerTransform' is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the...
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithParanoidForDebug'. > kotlin.jvm.internal.MutablePropertyReference1Impl.(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V
Thanks @MichaelRocks for an excellent tool! I have an Android library project (AAR) that's using `paranoid`. It worked fine with `0.2.5` - but after I upgraded to `0.3.2`, I hit...
Hi @MichaelRocks great tool here! I was just reading an interesting issue here https://github.com/MichaelRocks/paranoid/issues/12 I am thinking of a way of hiding this too but as you said it cannot...
It will be great if in gradle configurations to add an option for e.x : `fullMode = true` , because it take to much time to Anotate all the classes...
Android Studio now has a new build analyzer. One of the things it suggested to try out to reduce build time , is something that when enabled, seems to have...
Hi Micheal! Thanks for the neat project. It took me a while to test it with R8 and BuildConfig and I'd like to contribute back by writing these guidelines. Do...