summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xorg.fox.ttrss/build.gradle6
-rw-r--r--org.fox.ttrss/libs/glide-transformations-2.0.2.jarbin0 -> 38614 bytes
2 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'
diff --git a/org.fox.ttrss/libs/glide-transformations-2.0.2.jar b/org.fox.ttrss/libs/glide-transformations-2.0.2.jar
new file mode 100644
index 00000000..b8b93cfb
--- /dev/null
+++ b/org.fox.ttrss/libs/glide-transformations-2.0.2.jar
Binary files differ