fix missing lint ignore

This commit is contained in:
Carlos Martinez
2020-02-01 20:48:14 -03:00
parent aa4bfe6364
commit 5078a91b4f

View File

@@ -22,6 +22,10 @@ android {
testOptions { testOptions {
unitTests.returnDefaultValues = true unitTests.returnDefaultValues = true
} }
lintOptions {
abortOnError false
}
} }
dependencies { dependencies {