mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +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
|
includeInBundle = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Reference in a new issue