Skip to content

Commit

Permalink
Don't abort the release build for lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Feb 10, 2014
1 parent d84cb73 commit 0080a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ android {
}
}

lintOptions {
abortOnError false
}

buildTypes {
debug {
buildConfigField "String", "REVISION", "\"" + getRevision() + "\""
Expand Down

0 comments on commit 0080a25

Please sign in to comment.