Only disable missing translation Lint errors rather than ignoring all Lint errors

This commit is contained in:
Cameron Gutman 2016-02-20 20:10:14 -05:00
parent 47650386e0
commit 99643537d1

View File

@ -26,7 +26,7 @@ android {
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
}
buildTypes {