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 {