Do not abort on error during lint check.

This commit is contained in:
Benoit Marty 2020-06-26 21:08:41 +02:00
parent 050530a991
commit 1c9907c5d2

View File

@ -231,6 +231,9 @@ android {
lintOptions {
lintConfig file("lint.xml")
// TODO Restore true once pb with WorkManager is fixed
abortOnError false
}
compileOptions {