Skip to content

Commit

Permalink
Set linter to not abort on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp0002 committed Jul 10, 2024
1 parent d87b28f commit 808c837
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 @@ -24,6 +24,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}


Expand Down

0 comments on commit 808c837

Please sign in to comment.