diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-05-29 17:53:50 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-05-29 17:53:50 +0200 |
commit | 7ee11eff189eb999c5ecf8f726113df63d783739 (patch) | |
tree | d5920a1b6fe1f83c4f33742c0fee57130b9275f6 /main/build.gradle | |
parent | 6025ce70053a6b25619c2d88c7845711a966b220 (diff) |
Fix lint issues
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build.gradle b/main/build.gradle index f2b416bb..766a3552 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -65,8 +65,8 @@ android { lintOptions { enable 'BackButton', 'EasterEgg', 'StopShip', 'IconExpectedSize', 'GradleDynamicVersion', 'NewerVersionAvailable' - warning 'ImpliedQuantity' - disable 'MissingTranslation' + warning 'ImpliedQuantity', 'MissingQuantity' + disable 'MissingTranslation', 'UnsafeNativeCodeLocation' } buildTypes { |