Closed jbrechtel closed 13 years ago
Excluding unmanaged jars from ProGuard means they don't get packaged in the jar, dex'ed and ultimately apk'ed. This commit removes them from the proguardExclude task.
Thanks for providing the patch, I experienced the problem as well and this fixed it for me.
Excluding unmanaged jars from ProGuard means they don't get packaged in the jar, dex'ed and ultimately apk'ed. This commit removes them from the proguardExclude task.