summaryrefslogtreecommitdiff
path: root/ui/glide/build.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-17 20:25:44 +0100
committerGitHub <noreply@github.com>2024-03-17 20:25:44 +0100
commit2d77b1f11802da28cbcd87c9456bcc7ee3abf2a0 (patch)
tree7f54438ed59eee3272cd38dab79f8ebfe291e9e4 /ui/glide/build.gradle
parentb84a05bd4e2bf2d10b7791155cc0a7a0e5aa3dcf (diff)
downloadAntennaPod-2d77b1f11802da28cbcd87c9456bcc7ee3abf2a0.zip
Remove dependency from :ui:glide to :core module (#6998)
Diffstat (limited to 'ui/glide/build.gradle')
-rw-r--r--ui/glide/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/glide/build.gradle b/ui/glide/build.gradle
index d518e1d69..c281fbf04 100644
--- a/ui/glide/build.gradle
+++ b/ui/glide/build.gradle
@@ -10,7 +10,7 @@ android {
dependencies {
implementation project(":model")
- implementation project(":core")
+ implementation project(':net:common')
implementation project(':storage:preferences')
implementation "androidx.palette:palette:$paletteVersion"