Disable the MissingQuantity lint check to fix the build

This commit is contained in:
Alexander Bakker 2022-04-10 14:41:55 +02:00
parent d0c8c5fae4
commit d4557065ea

View file

@ -103,7 +103,7 @@ android {
lint { lint {
abortOnError true abortOnError true
checkDependencies true checkDependencies true
disable 'MissingTranslation' disable 'MissingQuantity', 'MissingTranslation'
} }
} }