I don't have any solution for build flavors yet. I am considering some ideas and will probably implement something for a 1.4.x release. (which can be soon if I have enough interesting new features to add)
-- Sent from my phone On Jul 19, 2014 5:20 AM, "Vyacheslav Blinov" <[email protected]> wrote: > Hi, > > I want to migrate to sbt from Maven. The thing that stops me currently is > build flavours. I have debug, testing and release build profiles in Maven > pom.xml, which are replacing some configuration keys, like tracking tokens, > singing key, package name, version name, etc. I want to achieve same kind > of configuration in sbt. I assume I can use something like sbt-buildinfo to > generate scala file with things like version, package name, tracking > tokens, etc, but not sure about how to do different types of signing and > 3rd build flavour? > > -- > You received this message because you are subscribed to the Google Groups > "scala-on-android" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
