Refactor navigation and cleanup resources across the application

This commit is contained in:
jonasgaudian
2026-02-17 16:45:23 +01:00
parent db959dab20
commit f39375e9df
53 changed files with 112 additions and 2032 deletions

View File

@@ -1,12 +1,12 @@
[versions]
agp = "9.0.0"
agp = "9.0.1"
annotation = "1.9.1"
converterGson = "3.0.0"
core = "13.0.0"
coreSplashscreen = "1.2.0"
coreTesting = "2.2.0"
datastorePreferences = "1.2.0"
foundation = "1.10.2"
foundation = "1.10.3"
hiltAndroidTesting = "2.59.1"
jsoup = "1.22.1"
kotlin = "2.3.10"
@@ -21,14 +21,14 @@ kotlinxCoroutinesTest = "1.10.2"
kotlinxDatetime = "0.7.1"
kotlinxSerializationJson = "1.10.0"
lifecycleRuntimeKtx = "2.10.0"
activityCompose = "1.12.3"
composeBom = "2026.01.01"
activityCompose = "1.12.4"
composeBom = "2026.02.00"
loggingInterceptor = "5.3.2"
materialIconsExtended = "1.7.8"
mockitoCore = "5.21.0"
mockitoKotlin = "6.2.3"
navigationCompose = "2.9.7"
pagingRuntimeKtx = "3.4.0"
pagingRuntimeKtx = "3.4.1"
reorderable = "0.9.6"
retrofit = "3.0.0"
material = "1.13.0"
@@ -36,14 +36,12 @@ material3 = "1.4.0"
runner = "1.7.0"
timber = "5.0.1"
navigationTesting = "2.9.7"
foundationLayout = "1.10.2"
foundationLayout = "1.10.3"
room = "2.8.4"
coreKtxVersion = "1.7.0"
truth = "1.4.5"
zstdJni = "1.5.7-7"
composeMarkdown = "0.5.8"
jitpack = "1.0.10"
foundationVersion = "1.10.3"
[libraries]
@@ -104,10 +102,8 @@ hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", ve
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.3.0" }
mockk = { module = "io.mockk:mockk", version = "1.14.9" }
compose-markdown = { module = "com.github.jeziellago:compose-markdown", version.ref = "composeMarkdown" }
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundationVersion" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
hilt-android = { id = "com.google.dagger.hilt.android", version = "2.59.1" }