Skip to content

Instantly share code, notes, and snippets.

@arturaz
Created November 8, 2013 12:49
Show Gist options
  • Save arturaz/7370582 to your computer and use it in GitHub Desktop.
Save arturaz/7370582 to your computer and use it in GitHub Desktop.
packageConfiguration in packageBin in Compile <<= (
packageConfiguration in packageBin in Compile, baseDirectory
) map { (c, b) =>
val jar = b / "Plugins" / "Android" / "xclient.jar"
new Package.Configuration(c.sources, jar, c.options)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment