Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
appVersion = "1.0.1"
agp = "9.4.0"
kotlin = "2.4.10"
kotlin = "2.4.20"
coreKtx = "1.19.0"
lifecycle = "2.11.0"
activityCompose = "1.13.0"
composeBom = "2026.08.00"
composeBom = "2026.09.00"
navigation3 = "1.1.7"
kotlinxSerialization = "1.11.0"
coroutines = "1.11.0"
hilt = "2.60.1"
hiltLifecycleViewmodelCompose = "1.4.0"
ksp = "2.3.10"
ksp = "2.3.12"
detekt = "2.0.0-alpha.6"
ktlint = "14.2.0"
junit = "4.13.2"
Expand All @@ -22,12 +22,12 @@ mlkitTextRecognition = "16.0.1"
# Sole exception to the "stable versions only" rule (see AGENTS.md): ML Kit GenAI has no stable
# release, and every on-device Gemini Nano path is pre-release. Contained by the rule-based fallback.
mlkitGenaiPrompt = "1.0.0-beta4"
room = "2.8.4"
room = "2.8.5"
turbine = "1.2.1"
kover = "0.9.9"
sonarqube = "7.5.0.8588"
robolectric = "4.16.1"
roborazzi = "1.73.0"
robolectric = "4.17"
roborazzi = "1.74.0"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down
Loading