summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-03-19 08:58:46 +0100
committerAndras Timar <andras.timar@collabora.com>2020-03-19 09:03:55 +0100
commit583547926e5f47cbcbc96ade04df4d5766f46692 (patch)
tree82954cf298d43f753813f50afa9b4002d5b33dd7
parent8f86c5929568fcbba9cc36c428744cbc58dc2dd4 (diff)
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@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--android/app/build.gradle2
-rw-r--r--android/lib/build.gradle2
2 files changed, 2 insertions, 2 deletions
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 {