Skip to content

Commit

Permalink
Merge pull request #68 from ritwikshanker/devlop
Browse files Browse the repository at this point in the history
Added option to not abort on lint errors
  • Loading branch information
ritwikshanker authored Oct 5, 2021
2 parents 05b953f + be29022 commit 539a702
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 @@ -12,6 +12,10 @@ android {
buildFeatures {
dataBinding = true
}

lintOptions {
abortOnError false
}
defaultConfig {
applicationId "com.gocoronago.tracker"
minSdkVersion 19
Expand Down

0 comments on commit 539a702

Please sign in to comment.