diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-05-02 11:58:19 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-05-02 12:11:37 +0200 |
commit | ecd3634c91bb9c6773f8cbb8d9950b6e935f5c6d (patch) | |
tree | 769bcaa4e2b2015acff0daadff433087f73a61e8 | |
parent | f97aaab014d4d7c9b3748eb78dd60ef00fa8f896 (diff) |
shut up linter. fixed build
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a4062ec3..7b8742c9 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ android { } lintOptions { - disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage' + disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity' } subprojects { |