Update dependencies

This commit is contained in:
Torsten Grote
2026-06-08 16:34:03 -03:00
parent 7c1fa462a0
commit 92d53ad40d
3 changed files with 488 additions and 11 deletions

View File

@@ -133,8 +133,6 @@ dependencies {
implementation(libs.androidx.hilt.navigation.compose)
ksp(libs.hilt.android.compiler)
ksp(libs.androidx.hilt.compiler)
// https://github.com/google/dagger/issues/5001
ksp("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21")
debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
@@ -172,7 +170,6 @@ dependencies {
androidTestImplementation(libs.coil.network.okhttp)
screenshotTestImplementation(libs.screenshot.validation.api)
screenshotTestImplementation(libs.androidx.ui.tooling)
}
kotlin { compilerOptions { jvmTarget = JvmTarget.JVM_17 } }

View File

@@ -15,7 +15,7 @@ kotlinxSerializationCore = "1.11.0"
kotlinxSerializationJson = "1.11.0"
kotlinxCoroutinesTest = "1.11.0"
ktor = "3.4.3"
ktor = "3.5.0"
okhttp = "4.12.0"
room = "2.8.4"
glide = "5.0.7"
@@ -25,7 +25,7 @@ molecule = "2.2.0"
hints = "3.0.1"
composePreference = "2.2.0"
androidxCoreKtx = "1.18.0"
androidxCoreKtx = "1.19.0"
androidxAppcompat = "1.7.1"
androidxPreferenceKtx = "1.2.1"
androidxLifecycleLivedataKtx = "2.10.0"
@@ -38,18 +38,18 @@ androidxConstraintlayout = "2.2.1"
androidxSwipeRefreshLayout = "1.2.0"
androidxVectordrawable = "1.2.0"
androidxGridlayout = "1.1.0"
androidxComposeBom = "2026.05.00"
androidxComposeBom = "2026.05.01"
androidxActivityCompose = "1.13.0"
accompanistDrawablepainter = "0.37.3"
# navigation3
nav3Core = "1.1.1"
nav3Core = "1.1.2"
lifecycleViewmodelNav3 = "2.10.0"
material3AdaptiveNav3 = "1.0.0-alpha03"
material = "1.14.0"
material3 = "1.5.0-alpha19" # should be possible to remove once 1.5.0 is stable and in bom
material3AdaptiveNav = "1.3.0-beta01"
material3 = "1.5.0-alpha21" # should be possible to remove once 1.5.0 is stable and in bom
material3AdaptiveNav = "1.3.0-beta02"
zxingCore = "3.5.4"
guardianprojectNetcipher = "2.2.0-alpha"
@@ -69,11 +69,11 @@ rxandroid = "3.0.2"
slf4jApi = "2.0.18"
microutilsKotlinLogging = "3.0.5"
logbackClassic = "1.5.32"
logbackClassic = "1.5.34"
logbackAndroid = "3.0.0"
junit = "4.13.2"
mockk = "1.14.9"
mockk = "1.14.11"
robolectric = "4.16.1"
androidxTestCore = "1.7.0"
androidxTestRunner = "1.7.0"

View File

File diff suppressed because it is too large Load Diff