mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-01 05:46:00 -04:00
Ignore lint errors on build, I'm working on the fix.
This commit is contained in:
@ -80,4 +80,8 @@ android {
|
||||
exclude 'META-INF/NOTICE'
|
||||
exclude 'META-INF/services/javax.annotation.processing.Processor'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user