Merge pull request #552 from hyb1996/master

Disable lint abortOnError
This commit is contained in:
Stardust
2019-12-01 19:49:18 +08:00
committed by GitHub

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')
}
}