diff options
author | Eitan <53308841+blahberi@users.noreply.github.com> | 2024-10-20 20:43:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-20 20:43:32 +0000 |
commit | 6da36366a2383d6da3d3375d6ebd9c7287687384 (patch) | |
tree | d38aaa1766d1fa562a2aec4432cf0f1ac06acc51 /build.gradle | |
parent | 9e6139881bf8f72936cb1ae5c94f6512042260c7 (diff) | |
download | infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.gz infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.bz2 infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.lz infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.xz infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.zst infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.zip |
Changed the way read posts are handled to support an arbitrary read posts limit (#1720)
* Changed the way read posts are handled to support an arbitrary 'read posts limit'
* Changed db size in summary to kb
* Use return HashSet instead of List in ReadPostsListInterface
* Moved DB summary to Advanced Preferences.
* Completed merge from master into feature/readPost
* Fix some bugs and code style.
---------
Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 6508bdc5..53e3feeb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,3 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { google() @@ -26,4 +24,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} +}
\ No newline at end of file |