Don't abort on lint errors
This commit is contained in:
parent
c6811d83b2
commit
a845f66099
@ -108,6 +108,10 @@ android {
|
||||
|
||||
compileOptions.encoding = "UTF-8"
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// TODO: This person took the example code below from another blogpost online, however
|
||||
|
Loading…
x
Reference in New Issue
Block a user