diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 23:31:47 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 23:31:47 +0300 |
| commit | ef97a4d716a14519a75accbe8e548afed7e86f8e (patch) | |
| tree | 043fc69fbeadf4330d0c4115f80dc129ae08ba3a /org.fox.ttrss/build.gradle | |
| parent | d87c2072677c3c265d6e4a30862cd717a9a2cf5f (diff) | |
adapt progress loading stuff to glide v4
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 6 |
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' |