From 6da36366a2383d6da3d3375d6ebd9c7287687384 Mon Sep 17 00:00:00 2001 From: Eitan <53308841+blahberi@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:43:32 +0300 Subject: 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> --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build.gradle') 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 -- cgit v1.2.3