diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 18:08:17 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 18:08:17 +0300 |
| commit | 330ee25295c7c4de60b675e922a03cd3732e745a (patch) | |
| tree | 5232e8cb9fd86656728edb3a35fb5bc6bf1d9660 /org.fox.ttrss/build.gradle | |
| parent | 10ae5ad31910949dd771ea28a7448454f2e3d64c (diff) | |
add fadeouts
Diffstat (limited to 'org.fox.ttrss/build.gradle')
| -rwxr-xr-x | org.fox.ttrss/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 6712a1c3..055dd2ad 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -139,6 +139,7 @@ dependencies { 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 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.activity:activity:1.10.1' |