Skip to content

Commit

Permalink
Do not fail on lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Oct 16, 2024
1 parent 1b15e9a commit f029ebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codec2talkie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit f029ebe

Please sign in to comment.