mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 20:18:27 -05:00
Ignore lint errors on build, I'm working on the fix.
This commit is contained in:
parent
f5128d6753
commit
b21f3c1fd8
@ -80,4 +80,8 @@ android {
|
|||||||
exclude 'META-INF/NOTICE'
|
exclude 'META-INF/NOTICE'
|
||||||
exclude 'META-INF/services/javax.annotation.processing.Processor'
|
exclude 'META-INF/services/javax.annotation.processing.Processor'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user