mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 06:49:12 +00:00
Disable the MissingQuantity lint check to fix the build
This commit is contained in:
parent
d0c8c5fae4
commit
d4557065ea
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ android {
|
|||
lint {
|
||||
abortOnError true
|
||||
checkDependencies true
|
||||
disable 'MissingTranslation'
|
||||
disable 'MissingQuantity', 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue