jvoegele / gradle-android-plugin

Android plugin for the Gradle build system.
Apache License 2.0
406 stars 95 forks source link

Fixes Issue #80 #81

Closed ethankhall closed 11 years ago

ethankhall commented 11 years ago

When androidSignAndAlign is called, the application is expecting data back from jarsign. I have given the option to do verbose output. This should fix the issue aswell as give useful debugging info for people who enable it.

georgepapas commented 11 years ago

I've tried this fix locally and it works for me. Thanks

Would be great to get this committed to main code base