mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
lintOptions - don't abort on error
This commit is contained in:
parent
f61f861950
commit
e915585dbb
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ android {
|
|||
includeInBundle = false
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue