Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Last active January 30, 2017 05:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ookami-kb/590c87de1cb46b304f0a to your computer and use it in GitHub Desktop.
Save ookami-kb/590c87de1cb46b304f0a to your computer and use it in GitHub Desktop.
afterEvaluate {
android.productFlavors.all {
flavor ->
tasks."generate${flavor.name.capitalize()}DebugResources".dependsOn "${flavor.name}GoogleServices"
tasks."generate${flavor.name.capitalize()}ReleaseResources".dependsOn "${flavor.name}GoogleServices"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment