Usually I turn on --info
to see proguardRelease
's output or to see why a certain task did or didn't execute.
When I run assembleRelease
with --info
I get a huge spam from dexRelease
containing thousands of lines like:
processing archive I:\build\intermediates\classes-proguard\release\classes.jar...
processing android/support/v7/appcompat/R.class...
ignored resource META-INF/LICENSE.txt
processing android/support/v4/app/Fragment.class...
I think those lines should be --debug
level, but I don't know how to modify that. I'd like to have all other output as usual, but ignore the spam from dexRelease
.