Disable inrt abortOnError

This commit is contained in:
Stardust
2019-12-01 20:06:58 +08:00
committed by GitHub
parent 89149e0548
commit 83e6c7cf3e

View File

@@ -16,6 +16,7 @@ android {
multiDexEnabled true
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
disable 'ExtraTranslation'
}