Don't abort on Lint errors
This commit is contained in:
parent
986ece21fc
commit
2055e42933
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ android {
|
|||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError true
|
||||
warningsAsErrors true
|
||||
abortOnError false
|
||||
lintConfig file("$rootProject.projectDir/config/lint/lint.xml")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue