Skip to content

Commit

Permalink
unrelated but make tests faster
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed May 4, 2016
1 parent dec3787 commit 2022501
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions smoothie-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ android {
versionCode 1
versionName '1.0.0'
}

variantFilter { variant ->
if (variant.buildType.name.endsWith('release')) {
variant.setIgnore(true);
}
}
}

repositories {
Expand Down

0 comments on commit 2022501

Please sign in to comment.