Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Don't fail sample on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jun 26, 2016
1 parent be72b08 commit d60e28d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ android {
exclude 'META-INF/NOTICE.txt'
}

lintOptions {
abortOnError false
}

defaultConfig {
minSdkVersion 18
targetSdkVersion 23
Expand Down

0 comments on commit d60e28d

Please sign in to comment.