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

Yunusemre Şentürk (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 2 14:51:30 UTC 2020


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

New commits:
commit 710549b30a1ae6592a6a62633e57ffced6dbe2ef
Author:     Yunusemre Şentürk <yunusemre at collabora.com>
AuthorDate: Thu Jan 2 17:46:05 2020 +0300
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Jan 2 15:51:09 2020 +0100

    android: Fix gradlew build errors caused by missing translations
    
    Change-Id: I9d6b6090e261685ec0a7c0d62bccb3bef596aae7
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86126
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/android/app/build.gradle b/android/app/build.gradle
index ae84e6495..307837015 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -12,6 +12,10 @@ android {
         targetSdkVersion 28
     }
 
+    lintOptions {
+        disable 'MissingTranslation'
+    }
+
     buildTypes {
         debug {
             resValue "string", "app_name", "${liboAppName} Debug"
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index c9e953e0c..6523ca683 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -18,6 +18,10 @@ android {
         }
     }
 
+    lintOptions {
+        disable 'MissingTranslation'
+    }
+
     buildTypes {
         debug {
             buildConfigField "String", "GIT_COMMIT", "\"${liboGitFullCommit}\""


More information about the Libreoffice-commits mailing list