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.
