summaryrefslogtreecommitdiff
path: root/ui/common/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-17 17:25:45 +0200
committerByteHamster <info@bytehamster.com>2021-04-17 17:30:43 +0200
commitfcf918f304c574584886d5765e47ef19e9373e3a (patch)
treef7ad99605d5ed73757eab969ffe9332ca89f9cf2 /ui/common/build.gradle
parente6aa8831f18de734a6a4c3911219c4415bf0b2a7 (diff)
downloadAntennaPod-fcf918f304c574584886d5765e47ef19e9373e3a.zip
Enabled Lint with dependency checking
Diffstat (limited to 'ui/common/build.gradle')
-rw-r--r--ui/common/build.gradle1
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
}