summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-31 09:15:03 +0200
committerGitHub <noreply@github.com>2024-03-31 09:15:03 +0200
commit86ff7f540b7a3b2168d5aa85027865c6d7af450f (patch)
tree86b6574261264243ee95f57a59adce90d224d8e7
parentbf1bd5618639e790511188dfba8294b9bdc9b62b (diff)
downloadAntennaPod-86ff7f540b7a3b2168d5aa85027865c6d7af450f.zip
Remove unneeded module dependencies (#7046)
-rw-r--r--app/build.gradle1
-rw-r--r--ui/echo/build.gradle1
-rw-r--r--ui/glide/build.gradle1
-rw-r--r--ui/preferences/build.gradle2
-rw-r--r--ui/widget/build.gradle1
5 files changed, 0 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index efed44aec..a07d0db4a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -70,7 +70,6 @@ dependencies {
implementation project(':net:download:service-interface')
implementation project(':net:download:service')
implementation project(':net:ssl')
- implementation project(':net:sync:gpoddernet')
implementation project(':net:sync:service')
implementation project(':net:sync:model')
implementation project(':parser:feed')
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"
diff --git a/ui/glide/build.gradle b/ui/glide/build.gradle
index c281fbf04..248f927d3 100644
--- a/ui/glide/build.gradle
+++ b/ui/glide/build.gradle
@@ -11,7 +11,6 @@ android {
dependencies {
implementation project(":model")
implementation project(':net:common')
- implementation project(':storage:preferences')
implementation "androidx.palette:palette:$paletteVersion"
diff --git a/ui/preferences/build.gradle b/ui/preferences/build.gradle
index e462c55e6..a777b4332 100644
--- a/ui/preferences/build.gradle
+++ b/ui/preferences/build.gradle
@@ -25,14 +25,12 @@ android {
dependencies {
implementation project(":core")
implementation project(":event")
- implementation project(":model")
implementation project(":net:common")
implementation project(":net:sync:model")
implementation project(":net:sync:gpoddernet")
implementation project(":storage:preferences")
implementation project(":storage:importexport")
implementation project(":ui:common")
- implementation project(":ui:glide")
implementation project(":ui:i18n")
implementation project(':net:sync:service-interface')
implementation project(':net:sync:service')
diff --git a/ui/widget/build.gradle b/ui/widget/build.gradle
index 3cf054c7e..19d25dd8c 100644
--- a/ui/widget/build.gradle
+++ b/ui/widget/build.gradle
@@ -25,7 +25,6 @@ dependencies {
implementation project(":ui:app-start-intent")
implementation project(":ui:common")
implementation project(":ui:episodes")
- implementation project(':ui:glide')
implementation project(':ui:i18n')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"