@@ -7,7 +7,7 @@ compileSdk = "36"
77minSdk = " 29"
88
99javaVersion = " 17"
10- agp = " 8.12 .1"
10+ agp = " 8.11 .1"
1111workManager = " 2.10.3"
1212argon2kt = " 1.6.0"
1313bcrypt = " 0.10.2"
@@ -16,8 +16,8 @@ kotlinxCoroutinesTest = "1.10.2"
1616rules = " 1.7.0"
1717accompanistPermissions = " 0.37.3"
1818coreSplashscreen = " 1.0.1"
19- lifecycleRuntimeCompose = " 2.9.2 "
20- lifecycleViewModel = " 2.9.2 "
19+ lifecycleRuntimeCompose = " 2.9.3 "
20+ lifecycleViewModel = " 2.9.3 "
2121materialIconsExtended = " 1.7.8"
2222mockk = " 1.14.5"
2323kim = " 0.26.2"
@@ -28,10 +28,10 @@ coreKtx = "1.17.0"
2828junit = " 4.13.2"
2929junitVersion = " 1.3.0"
3030activityCompose = " 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 "
3333nav3Material = " 1.0.0-SNAPSHOT"
34- lifecycleViewmodel = " 1.0.0-alpha04"
34+ lifecycleViewmodelNav3 = " 1.0.0-alpha04"
3535koin-bom = " 4.1.0"
3636cryptographyBom = " 0.5.0"
3737datastorePreferences = " 1.1.7"
@@ -94,7 +94,7 @@ ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
9494ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
9595zoomable = { module = " net.engawapg.lib:zoomable" , version.ref = " zoomable" }
9696androidx-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 " }
9898androidx-navigation3-runtime = { module = " androidx.navigation3:navigation3-runtime" , version.ref = " navigation3" }
9999androidx-navigation3-ui = { module = " androidx.navigation3:navigation3-ui" , version.ref = " navigation3" }
100100androidx-material3-navigation3 = { group = " androidx.compose.material3.adaptive" , name = " adaptive-navigation3" , version.ref = " nav3Material" }
0 commit comments