Lint changes after testing

This commit is contained in:
Bhargav Golla
2014-03-10 14:59:15 -04:00
parent da83c8ff60
commit b90e680ff9
12 changed files with 21 additions and 19 deletions

View File

@@ -57,5 +57,7 @@ android {
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
htmlReport true
htmlOutput file("lint-report.html")
}
}