Skip to content

Instantly share code, notes, and snippets.

@kamilZ
Created July 1, 2014 10:58
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 kamilZ/8ceec99b04817026c946 to your computer and use it in GitHub Desktop.
Save kamilZ/8ceec99b04817026c946 to your computer and use it in GitHub Desktop.
TestFairy task to upload all release product flavors.
task testfairyAllRelease << {
android.productFlavors.all { theProductFlavor ->
tasks.getByName("testfairy${theProductFlavor.name.capitalize()}Release").execute()
}
}
testfairyAllRelease.dependsOn assembleRelease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment