jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Don't exclude un-managed libraries from ProGuard #69

Closed jbrechtel closed 13 years ago

jbrechtel commented 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.

weiju commented 13 years ago

Thanks for providing the patch, I experienced the problem as well and this fixed it for me.