@@ -8,8 +8,7 @@ junit = "4.13.2"
88junitVersion = " 1.1.5"
99kotlin = " 1.9.23"
1010kotlinxCoroutinesAndroid = " 1.8.0"
11- lifecycleViewmodelCompose = " 2.7.0"
12- lifecycleRuntimeKtx = " 2.7.0"
11+ lifecycle = " 2.7.0"
1312material3Adaptive = " 1.0.0-beta01"
1413material3AdaptiveNavSuite = " 1.3.0-beta01"
1514window = " 1.2.0"
@@ -20,8 +19,9 @@ androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref =
2019androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " coreKtx" }
2120androidx-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espressoCore" }
2221androidx-junit = { module = " androidx.test.ext:junit" , version.ref = " junitVersion" }
23- androidx-lifecycle-runtime-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
24- androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycleViewmodelCompose" }
22+ androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " lifecycle" }
23+ androidx-lifecycle-runtime-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycle" }
24+ androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
2525androidx-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
2626androidx-material3 = { module = " androidx.compose.material3:material3" }
2727androidx-material3-adaptive = { module = " androidx.compose.material3.adaptive:adaptive" , version.ref = " material3Adaptive" }
0 commit comments