From f3e38df0922da9d731b98328736e5da666fc786b Mon Sep 17 00:00:00 2001 From: LucasMZ Date: Mon, 23 Sep 2024 00:47:48 -0300 Subject: [PATCH] Disable linter checks which cause issues with Weblate Disables MissingQuantity and ImpliedQuantity. --- app/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 64949c3ec..8e55a24df 100755 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -91,6 +91,8 @@ android { } lint { disable += "MissingTranslation" + disable += "MissingQuantity" + disable += "ImpliedQuantity" } // avoid DEPENDENCY_INFO_BLOCK for IzzyOnDroid dependenciesInfo {