android-plugin icon indicating copy to clipboard operation
android-plugin copied to clipboard

proguard: read config from external file

Open jberkel opened this issue 12 years ago • 1 comments

releated to GH-24

jberkel avatar Sep 17 '11 13:09 jberkel

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.

ezh avatar Dec 27 '11 09:12 ezh