[Libreoffice-commits] online.git: android/app android/lib

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 19 08:04:13 UTC 2020


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

New commits:
commit 583547926e5f47cbcbc96ade04df4d5766f46692
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Thu Mar 19 08:58:46 2020 +0100
Commit:     Andras Timar <andras.timar at 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.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at 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 {


More information about the Libreoffice-commits mailing list