diff --git a/subsonic-api-image-loader/build.gradle b/subsonic-api-image-loader/build.gradle
index cd7ead54..7f7d3a71 100644
--- a/subsonic-api-image-loader/build.gradle
+++ b/subsonic-api-image-loader/build.gradle
@@ -25,7 +25,9 @@ dependencies {
     api project(':domain')
     api project(':subsonic-api')
     api other.kotlinStdlib
-    api other.picasso
+    api(other.picasso) {
+        exclude group: "com.android.support"
+    }
 
     testImplementation testing.junit
     testImplementation testing.kotlinJunit