Last active
January 30, 2017 05:32
-
-
Save ookami-kb/590c87de1cb46b304f0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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