mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Do not abort on error during lint check.
This commit is contained in:
parent
050530a991
commit
1c9907c5d2
1 changed files with 3 additions and 0 deletions
|
@ -231,6 +231,9 @@ android {
|
|||
|
||||
lintOptions {
|
||||
lintConfig file("lint.xml")
|
||||
|
||||
// TODO Restore true once pb with WorkManager is fixed
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Add table
Reference in a new issue