From e5d9f93e96a0876676a75e31ebea29e4071c580a Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 4 Jun 2020 20:06:01 +0800 Subject: Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 3437d5ad..fdac7e1d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,6 +79,7 @@ dependencies { implementation 'com.atlassian.commonmark:commonmark:0.13.1' implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' + implementation("com.thefuntasty.hauler:core:3.1.0") def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" -- cgit v1.2.3