Skip to content

Commit

Permalink
Do not abort on lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Feb 27, 2021
1 parent 6ada5c1 commit 161e978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions voipms-sms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ android {
primary.java.srcDirs += 'src/primary/kotlin'
fdroid.java.srcDirs += 'src/fdroid/kotlin'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 161e978

Please sign in to comment.