Skip to content

Commit

Permalink
Disable lint abort on error
Browse files Browse the repository at this point in the history
  • Loading branch information
CatotheCat11 committed Dec 23, 2024
1 parent f0d9599 commit 571009b
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 @@ -27,6 +27,9 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 571009b

Please sign in to comment.