Don't abort on Lint errors

This commit is contained in:
cketti 2015-12-22 18:13:05 +01:00
parent 986ece21fc
commit 2055e42933

View file

@ -38,8 +38,7 @@ android {
}
lintOptions {
abortOnError true
warningsAsErrors true
abortOnError false
lintConfig file("$rootProject.projectDir/config/lint/lint.xml")
}