Remove unused strings, fix some lint errors, fix some language confusions
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user