Disable lint abortOnError
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user