Skip to content

Commit 627ef6b

Browse files
committed
Lib Version bumps
1 parent 9bc9204 commit 627ef6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ compileSdk = "36"
77
minSdk = "29"
88

99
javaVersion = "17"
10-
agp = "8.12.1"
10+
agp = "8.11.1"
1111
workManager = "2.10.3"
1212
argon2kt = "1.6.0"
1313
bcrypt = "0.10.2"
@@ -16,8 +16,8 @@ kotlinxCoroutinesTest = "1.10.2"
1616
rules = "1.7.0"
1717
accompanistPermissions = "0.37.3"
1818
coreSplashscreen = "1.0.1"
19-
lifecycleRuntimeCompose = "2.9.2"
20-
lifecycleViewModel = "2.9.2"
19+
lifecycleRuntimeCompose = "2.9.3"
20+
lifecycleViewModel = "2.9.3"
2121
materialIconsExtended = "1.7.8"
2222
mockk = "1.14.5"
2323
kim = "0.26.2"
@@ -28,10 +28,10 @@ coreKtx = "1.17.0"
2828
junit = "4.13.2"
2929
junitVersion = "1.3.0"
3030
activityCompose = "1.10.1"
31-
composeBom = "2025.08.00"
32-
navigation3 = "1.0.0-alpha07"
31+
composeBom = "2025.08.01"
32+
navigation3 = "1.0.0-alpha08"
3333
nav3Material = "1.0.0-SNAPSHOT"
34-
lifecycleViewmodel = "1.0.0-alpha04"
34+
lifecycleViewmodelNav3 = "1.0.0-alpha04"
3535
koin-bom = "4.1.0"
3636
cryptographyBom = "0.5.0"
3737
datastorePreferences = "1.1.7"
@@ -94,7 +94,7 @@ ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
9494
ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
9595
zoomable = { module = "net.engawapg.lib:zoomable", version.ref = "zoomable" }
9696
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workManager" }
97-
androidx-lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycleViewmodel" }
97+
androidx-lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycleViewmodelNav3" }
9898
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
9999
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
100100
androidx-material3-navigation3 = { group = "androidx.compose.material3.adaptive", name = "adaptive-navigation3", version.ref = "nav3Material" }

0 commit comments

Comments
 (0)