Skip to content

Commit

Permalink
Ignore android lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edwnmrtnz committed Aug 27, 2021
1 parent 0297911 commit 3a47b5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
3 changes: 3 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 3a47b5a

Please sign in to comment.