Disable lint abortOnError

This commit is contained in:
Stardust
2019-11-29 19:30:01 +08:00
committed by GitHub
parent 1ab70f1f60
commit 8683d4f404

View File

@@ -43,6 +43,7 @@ android {
encoding = 'utf-8' encoding = 'utf-8'
} }
lintOptions { lintOptions {
abortOnError false
disable 'MissingTranslation' disable 'MissingTranslation'
disable 'ExtraTranslation' disable 'ExtraTranslation'
} }