diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-01-12 19:08:25 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-01-12 19:08:25 +0100 |
commit | 22119bd90426ab3dc62266e6ee3c391249673b83 (patch) | |
tree | 6ab5f9517dba74e5d141acdfa8fddc2c8e13bcf0 | |
parent | dd5101ff5c46034a7c5ddf04b16a5aa8f0dc5f48 (diff) | |
parent | e95d562ac737cb3e2797b7e8532511c035b777de (diff) |
Merge pull request #868 from SamWhited/ignore-extra-translations
Don't fail on extra translations
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f3b2e6a0..3a198e6d 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ android { } lintOptions { - disable 'MissingTranslation', 'InvalidPackage' + disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage' } subprojects { |