Care for lint errors

No more general disabling of abortOnError
Resolved all *errors* beside language ones  MissingTranslation & ImpliedQuantity
Issue context: #567
This commit is contained in:
ligi
2016-08-07 17:08:06 +02:00
parent 44d13ef28e
commit 4055bbfcd4
8 changed files with 29 additions and 35 deletions

View File

@@ -134,8 +134,10 @@ android {
}
lintOptions {
abortOnError false
warning 'MissingTranslation'
warning 'ImpliedQuantity'
}
dexOptions {
incremental true
}