From 516042dbd3680754f44ee4e53abe7945e1eb0143 Mon Sep 17 00:00:00 2001 From: arkon Date: Wed, 17 Jun 2020 09:10:12 -0400 Subject: [PATCH] Stop IDE from complaining about missing translations (cherry picked from commit f4be8e28ca056ac3347309b354216b7fd23a63f5) --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index c19c58111..abb03160b 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,6 +121,9 @@ android { } lintOptions { + disable 'MissingTranslation' + disable 'ExtraTranslation' + abortOnError false checkReleaseBuilds false }