Disable the MissingQuantity lint check to fix the build

pull/908/head
Alexander Bakker 3 years ago
parent d0c8c5fae4
commit d4557065ea

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

Loading…
Cancel
Save