From f9bfa48f0015228a761c091cdbe55e2cd66d4376 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Tue, 21 Jun 2022 23:13:54 +0530 Subject: [PATCH] Suppress MissingTranslation errors --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e203f7ea1..cd599e2be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } } lint { - disable 'MissingTranslation', 'ImpliedQuantity' + warning 'ImpliedQuantity', 'Instantiatable', 'MissingQuantity', 'MissingTranslation' } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8