MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

Using ProGuard crashes the compiling proccess #28

Closed vladraduvidican closed 4 years ago

vladraduvidican commented 4 years ago

Using Proguard 6.2.2 instead of R8, the build compile process works for a while, until it doesn't. Removing the library solves the issue.

Cause: java.lang.ArrayIndexOutOfBoundsException

vladraduvidican commented 4 years ago

fixed by adding the classpath to the module-level build.gradle