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'
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
disable 'ExtraTranslation'
}
@@ -177,4 +178,4 @@ dependencies {
implementation project(':automator')
implementation project(':common')
implementation project(':autojs')
}
}