summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-11-01 13:07:18 +0100
committerByteHamster <info@bytehamster.com>2022-11-03 22:46:56 +0100
commitc1fbb538058369a4ed5bfcc6ff3622aceb6ce820 (patch)
tree09060bda32f866a3ed24cd811f6f339002ce1637 /app/build.gradle
parent6921d7162eaacc90c4522a3d9bf6d2d47d045ae7 (diff)
downloadAntennaPod-c1fbb538058369a4ed5bfcc6ff3622aceb6ce820.zip
Move Glide to its own module
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2db3b94bd..fd3cab090 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -90,6 +90,7 @@ dependencies {
implementation project(':storage:database')
implementation project(':ui:app-start-intent')
implementation project(':ui:common')
+ implementation project(':ui:glide')
implementation project(':ui:i18n')
implementation project(':ui:statistics')
@@ -112,7 +113,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.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttpVersion"
implementation "com.squareup.okio:okio:$okioVersion"