Skip to content

Commit

Permalink
Lint errors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Dec 4, 2021
1 parent e9aa3bc commit 76cc4c0
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 @@ -23,6 +23,9 @@ android {
buildFeatures {
viewBinding true
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 76cc4c0

Please sign in to comment.