Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Last active January 12, 2016 21:30
Show Gist options
  • Save ookami-kb/b9d8a4fc482a4996c01d to your computer and use it in GitHub Desktop.
Save ookami-kb/b9d8a4fc482a4996c01d to your computer and use it in GitHub Desktop.
Flavor-specific tasks
all { flavor ->
task("${flavor.name}GoogleServices", type: Copy) {
description = 'Switches to google-services.json depending on flavor'
from "src/${flavor.name}"
include "google-services.json"
into "."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment