Skip to content

Commit

Permalink
release/1.0.2: ignore Lint DB error
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevval committed Sep 28, 2020
1 parent 6b403cd commit d039f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ android {
suppress = true
}
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit d039f9a

Please sign in to comment.