From b6f1ad24baaf1b9c4891b5401f1544af96dd4628 Mon Sep 17 00:00:00 2001 From: LivingWithHippos Date: Thu, 16 Apr 2026 18:30:20 +0200 Subject: [PATCH 01/12] updated libraries --- app/build.gradle.kts | 7 +++++++ app/gradle/libs.versions.toml | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d75ea0951..8477886de 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,4 +19,11 @@ buildscript { classpath(libs.navigation.plugin) classpath(libs.hilt.plugin) } +} + +// dependencyUpdates fails in parallel mode with Gradle 9+ (https://github.com/ben-manes/gradle-versions-plugin/issues/968) +tasks.named("dependencyUpdates") { + doFirst { + gradle.startParameter.isParallelProjectExecutionEnabled = false + } } \ No newline at end of file diff --git a/app/gradle/libs.versions.toml b/app/gradle/libs.versions.toml index 06a94727d..9087c5d8d 100644 --- a/app/gradle/libs.versions.toml +++ b/app/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] -android_gradle_plugin = "9.1.0" +android_gradle_plugin = "9.1.1" appcompat = "1.7.1" constraint_layout = "2.2.1" coil = "2.7.0" core_ktx = "1.18.0" coroutines = "1.10.2" # non-compliant with new Play Store, but it's not used in production -countly = "26.1.1" +countly = "26.1.2" dagger = "2.59.2" datetime = "0.7.1" espresso = "3.7.0" @@ -16,8 +16,8 @@ fragment = "1.8.9" hilt_navigation = "1.3.0" jsoup = "1.22.1" junit = "4.13.2" -kotlin = "2.3.0" -kotlin_serialization_plugin = "2.3.0" +kotlin = "2.3.20" +kotlin_serialization_plugin = "2.3.20" ktfmt = "0.26.0" ksp = "2.3.6" lifecycle = "2.10.0" From e81160d1e0375781158fb712866a2a508c84b2dd Mon Sep 17 00:00:00 2001 From: LivingWithHippos Date: Thu, 16 Apr 2026 18:30:36 +0200 Subject: [PATCH 02/12] moved plugins button see #458 --- .../sidesheet_search_plugins_options.xml | 57 ++++++++----------- 1 file changed, 25 insertions(+), 32 deletions(-) diff --git a/app/app/src/main/res/layout/sidesheet_search_plugins_options.xml b/app/app/src/main/res/layout/sidesheet_search_plugins_options.xml index 988fd84a4..599aeb3d4 100644 --- a/app/app/src/main/res/layout/sidesheet_search_plugins_options.xml +++ b/app/app/src/main/res/layout/sidesheet_search_plugins_options.xml @@ -1,4 +1,5 @@ - -