summaryrefslogtreecommitdiff
path: root/common.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-20 20:30:45 +0100
committerGitHub <noreply@github.com>2024-03-20 20:30:45 +0100
commitac8e8137bb973ce58b08a1402c186c7ccc426302 (patch)
tree8e8ba3b08dbf4dfba02239eec493b13aec4265ae /common.gradle
parent817787567454ef1f92329d9e1214add43786eb52 (diff)
downloadAntennaPod-ac8e8137bb973ce58b08a1402c186c7ccc426302.zip
Catch quick settings tile exceptions (#7006)
The exception gets thrown if AntennaPod is installed in a work profile.
Diffstat (limited to 'common.gradle')
-rw-r--r--common.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gradle b/common.gradle
index 65eed001c..4073875e2 100644
--- a/common.gradle
+++ b/common.gradle
@@ -44,7 +44,7 @@ android {
}
lint {
- disable "GradleDependency"
+ disable "GradleDependency", "OutdatedLibrary"
checkDependencies true
warningsAsErrors true
abortOnError true