diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-01-01 17:48:13 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-01-01 17:48:13 +0100 |
commit | 68b6f8915630c8d68d3371092dced487447aea6b (patch) | |
tree | 80b67f14b4ccaf00df292b7a17afe11f10d2b4a4 /build.gradle | |
parent | 786f531907675739f6a3e068b5b123256ebd119b (diff) |
Ignore certain status changes
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b227af89..44012cb0 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ android { } lintOptions { - disable 'MissingTranslation', 'Typos' + disable 'MissingTranslation' enable 'IconExpectedSize' } |