diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-31 09:15:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 09:15:03 +0200 |
commit | 86ff7f540b7a3b2168d5aa85027865c6d7af450f (patch) | |
tree | 86b6574261264243ee95f57a59adce90d224d8e7 /ui/echo | |
parent | bf1bd5618639e790511188dfba8294b9bdc9b62b (diff) | |
download | AntennaPod-86ff7f540b7a3b2168d5aa85027865c6d7af450f.zip |
Remove unneeded module dependencies (#7046)
Diffstat (limited to 'ui/echo')
-rw-r--r-- | ui/echo/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/echo/build.gradle b/ui/echo/build.gradle index 7f3351d13..e5626a380 100644 --- a/ui/echo/build.gradle +++ b/ui/echo/build.gradle @@ -18,7 +18,6 @@ dependencies { implementation project(":storage:preferences") implementation project(':ui:common') implementation project(':ui:episodes') - implementation project(':ui:glide') annotationProcessor "androidx.annotation:annotation:$annotationVersion" implementation "androidx.appcompat:appcompat:$appcompatVersion" |