diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-30 08:50:15 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-30 08:50:15 +0000 |
commit | bb598531b5b575ca03d7efc4e79ab02a4b882bd8 (patch) | |
tree | e4717e981d5c149add1f8344cd614ed48381d851 /app/build.gradle | |
parent | 2c03eb8d15e40a8fc949a07a3a46e5f829674d61 (diff) | |
download | infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.tar infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.tar.gz infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.tar.bz2 infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.tar.lz infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.tar.xz infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.tar.zst infinity-for-reddit-bb598531b5b575ca03d7efc4e79ab02a4b882bd8.zip |
Start loading posts after the last viewed post in PostFragment when refreshing and first load.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9bed2fff..2c2a225e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,6 +95,7 @@ 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" |