Also generate txt lint report for script usage

This commit is contained in:
Daniel Martí 2014-12-31 00:04:45 +01:00
parent 5b2d75c018
commit 30bebd8361

View File

@ -56,6 +56,8 @@ android {
lintOptions { lintOptions {
abortOnError false abortOnError false
textReport true
textOutput file("build/outputs/lint-results.txt")
} }
} }