Don't fail build if lint gives errors
This commit is contained in:
parent
9b6d4e3696
commit
a14897f8b5
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ android {
|
|||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
def Properties props = new Properties()
|
||||
|
|
Loading…
Add table
Reference in a new issue