diff options
author | ByteHamster <info@bytehamster.com> | 2021-04-17 17:25:45 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-04-17 17:30:43 +0200 |
commit | fcf918f304c574584886d5765e47ef19e9373e3a (patch) | |
tree | f7ad99605d5ed73757eab969ffe9332ca89f9cf2 /ui/common | |
parent | e6aa8831f18de734a6a4c3911219c4415bf0b2a7 (diff) | |
download | AntennaPod-fcf918f304c574584886d5765e47ef19e9373e3a.zip |
Enabled Lint with dependency checking
Diffstat (limited to 'ui/common')
-rw-r--r-- | ui/common/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/common/build.gradle b/ui/common/build.gradle index 144ce72a1..b05569b04 100644 --- a/ui/common/build.gradle +++ b/ui/common/build.gradle @@ -40,6 +40,7 @@ android { lintOptions { disable 'GradleDependency' + checkDependencies true warningsAsErrors true abortOnError true } |