Closed timbertson closed 14 years ago
I'm afraid this still doesn't seem to work. I did a publish-local, and changed my Plugins.scala line to:
val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.4.2"
but after an sbt update and a rebuild, it still strips out the ContentProvider
Proguard is stripping my ContentProvider implementor from the generated jar / apk. It looks like adding the following should work, but it doesn't seem to help:
(in AndroidProject.scala, alongside all the other -keep flags)