mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 14:29:13 +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 {
|
lint {
|
||||||
abortOnError true
|
abortOnError true
|
||||||
checkDependencies true
|
checkDependencies true
|
||||||
disable 'MissingTranslation'
|
disable 'MissingQuantity', 'MissingTranslation'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue