From d4557065ea15eefed1f1790f835a8506e68ad0a0 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sun, 10 Apr 2022 14:41:55 +0200 Subject: [PATCH] Disable the MissingQuantity lint check to fix the build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2e1c4e2c..ce578bb2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,7 @@ android { lint { abortOnError true checkDependencies true - disable 'MissingTranslation' + disable 'MissingQuantity', 'MissingTranslation' } }