Skip to content

Commit 8046d5c

Browse files
committed
chore: Bump library versions and update project settings
This commit updates several library versions in `libs.versions.toml`, including `composeBom` and `ksp`, and adjusts project configuration in `.idea/misc.xml`.
1 parent 2673249 commit 8046d5c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ junitVersion = "1.2.1"
77
espressoCore = "3.6.1"
88
lifecycleRuntimeKtx = "2.9.1"
99
activityCompose = "1.10.1"
10-
composeBom = "2025.06.00"
10+
composeBom = "2025.06.01"
1111
hilt = "2.56.2"
1212
hiltNavigation = "1.2.0"
13-
ksp = "2.1.20-2.0.1"
13+
ksp = "2.1.21-2.0.1"
1414
spotless = "7.0.4"
1515

1616
# navigation libraries
1717
nav3Material = "1.0.0-SNAPSHOT"
18-
lifecycleViewmodel = "1.0.0-alpha01"
19-
navigation3 = "1.0.0-alpha03"
18+
lifecycleViewmodel = "1.0.0-alpha02"
19+
navigation3 = "1.0.0-alpha04"
2020
kotlinSerialization = "2.1.21"
2121
kotlinxSerializationCore = "1.8.1"
22-
lifecycleViewmodelNavigation3Android = "1.0.0-alpha01"
22+
lifecycleViewmodelNavigation3Android = "1.0.0-alpha02"
2323

2424
[libraries]
2525
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

0 commit comments

Comments
 (0)