diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-20 20:30:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 20:30:45 +0100 |
commit | ac8e8137bb973ce58b08a1402c186c7ccc426302 (patch) | |
tree | 8e8ba3b08dbf4dfba02239eec493b13aec4265ae /common.gradle | |
parent | 817787567454ef1f92329d9e1214add43786eb52 (diff) | |
download | AntennaPod-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.gradle | 2 |
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 |