android-plugin
android-plugin copied to clipboard
proguard: read config from external file
releated to GH-24
it is easy with
proguardOption in Android <<= (baseDirectory) { (b) => scala.io.Source.fromFile(b / "proguard.cfg").mkString }
in your build.sbt and works like a charm.