can't generate Signed Apk (release ver)
hi i'm using last version of android studio and last version of blackobfs ASP (3.7)
this only happens with relase ver. with debug mode it works fine
this is the build log LogBLACK.txt

Step 1. Configure your build.gradle (in top level directory) repositories { ... maven { url 'https://jitpack.io' } } dependencies { ... classpath "com.github.CodingGay:BlackObfuscator-ASPlugin:3.7" }
yes. i already had that in my build config!
anyway.. the same error appears. this is my build.gradle


Try to avoid unimportant classes
that isn't the problem because I'm just having trouble with Signed version. in Debug apk everything works fine!