Skip to content

Commit

Permalink
Merge pull request clearw5#552 from hyb1996/master
Browse files Browse the repository at this point in the history
Disable lint abortOnError
  • Loading branch information
hyb1996 authored Dec 1, 2019
2 parents f2bce4a + 8683d4f commit 90eb38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {
encoding = 'utf-8'
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
disable 'ExtraTranslation'
}
Expand Down Expand Up @@ -177,4 +178,4 @@ dependencies {
implementation project(':automator')
implementation project(':common')
implementation project(':autojs')
}
}

0 comments on commit 90eb38c

Please sign in to comment.