From 92f7ebbfd24a0dc756454ded900d3a124804f2c1 Mon Sep 17 00:00:00 2001 From: jacobrein Date: Wed, 16 Oct 2024 13:10:03 -0600 Subject: [PATCH] - Update Dependencies Updates several dependencies to their latest versions, including: - Gradle to 8.7.1 - AndroidX Baseline Profile Gra dle Plugin to 1.3.3 - Haze to 0.9.0-beta04 - Room to 2.7.0-alpha10 - Navigation to 2.9.0-alpha01 - Koin to 4.0.0 - Lifecycle to 2.9.0-alpha05 - Activity to 1.9.3 - Compose BOM to 2024.10.00 - AndroidX Gradle Version Catalog to 2024.10.00 This commit also modifies the `OtakuCustomListScreen` and `ReaderCompose` to use Haze for blurring effects, adjusts the `SourceOrderScreen` UI, and changes `OtakuScaffold` to accept custom Haze blur configurations. --- .idea/gradle.xml | 3 +- .idea/inspectionProfiles/Project_Default.xml | 5 ++ .idea/kotlinc.xml | 2 +- .idea/misc.xml | 1 - .../uiviews/lists/OtakuCustomListScreen.kt | 31 +++++++-- .../uiviews/settings/SourceOrderScreen.kt | 66 ++++++++++--------- .../uiviews/utils/components/HazeUtils.kt | 7 +- .../uiviews/utils/components/OtakuScaffold.kt | 7 +- gradle/libs.versions.toml | 16 ++--- .../reader/compose/ReaderCompose.kt | 9 ++- settings.gradle.kts | 2 +- 11 files changed, 95 insertions(+), 54 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a00698dbc..7240ce51c 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,6 +15,7 @@ +