Skip to content

Instantly share code, notes, and snippets.

@vsvankhede
Created July 3, 2016 14:08
Show Gist options
  • Save vsvankhede/31e1249769e1c82af6694d04ba485ae5 to your computer and use it in GitHub Desktop.
Save vsvankhede/31e1249769e1c82af6694d04ba485ae5 to your computer and use it in GitHub Desktop.
android.variantFilter { variant ->
if(variant.buildType.name.equals('release')
&& variant.getFlavors().get(0).name.equals('mock')) {
variant.setIgnore(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment