summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-17 23:31:47 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-17 23:31:47 +0300
commitef97a4d716a14519a75accbe8e548afed7e86f8e (patch)
tree043fc69fbeadf4330d0c4115f80dc129ae08ba3a /org.fox.ttrss/build.gradle
parentd87c2072677c3c265d6e4a30862cd717a9a2cf5f (diff)
adapt progress loading stuff to glide v4
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 055dd2ad..03be018f 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -138,9 +138,9 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'com.bogdwellers:pinchtozoom:0.1'
- implementation 'com.github.bumptech.glide:glide:4.11.0'
- implementation 'com.github.bumptech.glide:okhttp3-integration:4.11.0'
- implementation 'jp.wasabeef:glide-transformations:4.3.0'
+ implementation 'com.github.bumptech.glide:glide:4.14.2'
+ implementation 'com.github.bumptech.glide:okhttp3-integration:4.14.2'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.activity:activity:1.10.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'