From e67251267e497cc478e24a0488c340d4e2b28ef4 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 18 Mar 2021 17:02:03 +0800 Subject: [PATCH] app: build.gradle: disable ExtraTranslation lint * we will let Weblate handle these --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 5e32ab9..040babc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,7 @@ android { lintOptions { // We have community-contributed translations. Do not let them block releases. disable 'MissingTranslation' + disable 'ExtraTranslation' // We don't need Google App Indexing disable 'GoogleAppIndexingWarning' // Some dependencies still pull in Fragment 1.2.x