From c1fbb538058369a4ed5bfcc6ff3622aceb6ce820 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 1 Nov 2022 13:07:18 +0100 Subject: Move Glide to its own module --- core/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/build.gradle') diff --git a/core/build.gradle b/core/build.gradle index f2cf31158..887f19b5c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -42,7 +42,6 @@ dependencies { implementation 'androidx.documentfile:documentfile:1.0.1' implementation "androidx.fragment:fragment:$fragmentVersion" implementation "androidx.media:media:$mediaVersion" - implementation "androidx.palette:palette:$paletteVersion" implementation "androidx.preference:preference:$preferenceVersion" implementation "androidx.work:work-runtime:$workManagerVersion" implementation "com.google.android.material:material:$googleMaterialVersion" @@ -51,7 +50,6 @@ dependencies { implementation "commons-io:commons-io:$commonsioVersion" implementation "org.jsoup:jsoup:$jsoupVersion" implementation "com.github.bumptech.glide:glide:$glideVersion" - annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion" implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion@aar" implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttpVersion" -- cgit v1.2.3