Skip to content

Commit

Permalink
[Lint] don't abort build on error, fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarthel-fr committed May 8, 2017
1 parent 9a02c4b commit 060cd13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CameraColorPicker/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ android {
applicationIdSuffix ".kids"
}
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 060cd13

Please sign in to comment.