summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle12
1 files changed, 4 insertions, 8 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 7ffaf523..72c971c5 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -136,13 +136,11 @@ def getVersion() {
dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
- implementation('com.github.bumptech.glide:okhttp3-integration:1.5.0') {
- exclude group: 'glide-parent'
- }
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'com.bogdwellers:pinchtozoom:0.1'
- implementation 'com.github.bumptech.glide:glide:3.8.0'
- implementation files('libs/glide-transformations-2.0.2.jar')
+ 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'
@@ -153,9 +151,7 @@ dependencies {
implementation 'com.github.natario1:NestedScrollCoordinatorLayout:5a33a7dbd8'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.code.gson:gson:2.10.1'
- implementation 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
- implementation 'me.relex:circleindicator:1.2.2@aar'
- implementation 'com.nineoldandroids:library:2.4.0'
+ implementation 'me.relex:circleindicator:2.1.6'
implementation 'com.github.amulyakhare:TextDrawable:558677ea31'
implementation 'com.telefonica:nestedscrollwebview:0.1.6'
implementation 'androidx.preference:preference:1.2.1'