diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-14 14:45:21 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-14 14:45:21 +0000 |
commit | 67cb832c46895193c85a2b9d1b5c95873588ad26 (patch) | |
tree | 1210bfe670205550f5f26db034aecbf7f1edef1a /app/build.gradle | |
parent | 19c2d0b9794b1b045a2015769567e6ddf6a5fbfe (diff) | |
download | infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.tar infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.tar.gz infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.tar.bz2 infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.tar.lz infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.tar.xz infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.tar.zst infinity-for-reddit-67cb832c46895193c85a2b9d1b5c95873588ad26.zip |
Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index fced4802..32228199 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,6 @@ 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" // androidX startup for auto-init implementation "androidx.startup:startup-runtime:1.0.0-alpha01" //crashy |