Skip to content

Commit

Permalink
avoid lint errors on app
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth74 committed Mar 15, 2019
1 parent 96c94e4 commit 0f727e0
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 @@ -29,6 +29,10 @@ android {
adbOptions {
timeOutInMs 60 * 20 * 1000
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 0f727e0

Please sign in to comment.