Remove unused strings, fix some lint errors, fix some language confusions

This commit is contained in:
Dominik Schürmann
2014-04-18 20:41:39 +02:00
parent 4a21428e07
commit 19d3fcec7a
23 changed files with 29 additions and 193 deletions

View File

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