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"