diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-30 15:12:34 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-30 15:12:34 +0000 |
commit | 61d3302a309c888d4a0718ded3b83518f10d3630 (patch) | |
tree | 0c78fccaae250bd8fc3ac614c0ff0acf4f1d67f8 /app/build.gradle | |
parent | bb598531b5b575ca03d7efc4e79ab02a4b882bd8 (diff) | |
download | infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.tar infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.tar.gz infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.tar.bz2 infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.tar.lz infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.tar.xz infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.tar.zst infinity-for-reddit-61d3302a309c888d4a0718ded3b83518f10d3630.zip |
Use SharedPreferences to store post feed scrolled position instead of QNCache. Add an option to save the scrolled position.
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 2c2a225e..9bed2fff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,7 +95,6 @@ dependencies { implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" implementation 'com.github.Piasy:BigImageViewer:1.6.5' - implementation 'com.fewlaps.quitnowcache:quitnow-cache:3.4.0' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" |