From 024ec4b8871b5a2947a0591868054845ffe11e88 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Tue, 14 Jun 2022 12:51:13 +0100 Subject: [PATCH] Ignore extra translations. --- lib/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/build.gradle b/lib/build.gradle index f1a9a5e..e1e55a9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -28,6 +28,9 @@ android { kotlinOptions { freeCompilerArgs += '-Xexplicit-api=strict' } + lintOptions { + warning 'ExtraTranslation' + } } kotlin { -- GitLab