summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-09-24 04:46:10 +0000
committerAndrew Dolgov <[email protected]>2024-09-24 04:46:10 +0000
commitc3e1ecd2aeba7a0ef3da4a78bd904831fca57225 (patch)
tree46cf18a6c2e158effb54b94c7d70a3996e38854d /org.fox.ttrss/build.gradle
parentbfad7987632e7fe9ed9d14f4788a1441fa074acc (diff)
parentd8232d0d333fd6db7a4b79e1ed19a4e05e8f3ced (diff)
Merge branch 'deps' into 'master'c3e1ecd2
Fix bitrot in dependencies See merge request tt-rss/tt-rss-android!11
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 1e09c63c..f1ea7e3c 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -55,19 +55,19 @@ dependencies {
implementation 'org.jsoup:jsoup:1.10.2'
implementation 'com.bogdwellers:pinchtozoom:0.1'
implementation 'com.github.bumptech.glide:glide:3.8.0'
- implementation 'jp.wasabeef:glide-transformations:2.0.2'
+ implementation files('libs/glide-transformations-2.0.2.jar')
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
- implementation 'com.otaliastudios:nestedscrollcoordinatorlayout:1.0.3'
+ implementation 'com.github.natario1:NestedScrollCoordinatorLayout:5a33a7dbd8'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.code.gson:gson:2.8.5'
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 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
+ implementation 'com.github.amulyakhare:TextDrawable:558677ea31'
implementation 'frankiesardo:icepick:3.2.0'
compileOnly 'frankiesardo:icepick-processor:3.2.0'
annotationProcessor 'frankiesardo:icepick-processor:3.2.0'