Skip to content

Commit

Permalink
Do not abort build because of lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
WIStudent committed Aug 15, 2015
1 parent f626bd8 commit b79e49e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ android {
}
}
sourceSets { main { res.srcDirs = ['src/main/res', 'src/main/res/values-de'] } }

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit b79e49e

Please sign in to comment.