MissingTranslation lint error is not warning

This commit is contained in:
serso 2015-02-09 11:46:57 +01:00
parent 32c383f516
commit 3b0d16aa68

View File

@ -46,6 +46,7 @@ android {
}
lintOptions {
abortOnError false
warning 'MissingTranslation'
}
}