android/app/build.gradle |    2 +-
 android/lib/build.gradle |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 583547926e5f47cbcbc96ade04df4d5766f46692
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Thu Mar 19 08:58:46 2020 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Thu Mar 19 09:03:55 2020 +0100

    android: Breaking the build on extra translation is a nonsense.
    
    The next translation update will kill the extra string anyway.
    
    Change-Id: Ieda2ea51837e12fe40d2c85ff2d99afc65a2989b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90731
    Tested-by: Andras Timar <andras.ti...@collabora.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/android/app/build.gradle b/android/app/build.gradle
index 6ca998f58..0ac10b9f6 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -13,7 +13,7 @@ android {
     }
 
     lintOptions {
-        disable 'MissingTranslation'
+        disable 'MissingTranslation', 'ExtraTranslation'
     }
 
     buildTypes {
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index 812a8a7aa..0fa72b561 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -19,7 +19,7 @@ android {
     }
 
     lintOptions {
-        disable 'MissingTranslation'
+        disable 'MissingTranslation', 'ExtraTranslation'
     }
 
     buildTypes {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to