Skip to content

Commit

Permalink
fix: disable build abort on linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AKPWebDesign committed Aug 15, 2017
1 parent 2a6f4ed commit 07473dc
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 @@ -56,6 +56,10 @@ android {
productFlavors {
}

lintOptions {
abortOnError false
}

println 'VersionName: ' + androidGitVersion.name()
println 'VersionCode: ' + androidGitVersion.code()
}
Expand Down

0 comments on commit 07473dc

Please sign in to comment.