@@ -11,15 +11,14 @@ coreSplashscreen = "1.0.1"
11
11
datastoreCore = " 1.1.1"
12
12
firebaseBom = " 32.8.1"
13
13
glide = " 4.16.0"
14
- lifecycleRuntimeCompose = " 2.8.2 "
14
+ lifecycle = " 2.8.3 "
15
15
volley = " 1.2.1"
16
16
kotlin = " 1.9.23"
17
17
coreKtx = " 1.13.1"
18
18
junit = " 4.13.2"
19
19
junitVersion = " 1.2.1"
20
20
espressoCore = " 3.6.1"
21
21
kotlinxCoroutinesAndroid = " 1.8.1"
22
- lifecycleRuntimeKtx = " 2.8.2"
23
22
activityCompose = " 1.9.0"
24
23
composeUi = " 1.6.8"
25
24
composeMaterial3 = " 1.2.1"
@@ -44,12 +43,12 @@ androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", versi
44
43
androidx-datastore-preferences = { module = " androidx.datastore:datastore-core" , version.ref = " datastoreCore" }
45
44
androidx-foundation = { module = " androidx.compose.foundation:foundation" }
46
45
androidx-compose-runtime = { module = " androidx.compose.runtime:runtime" }
47
- androidx-lifecycle-common-java8 = { module = " androidx.lifecycle:lifecycle-common-java8" , version.ref = " lifecycleRuntimeKtx " }
48
- androidx-lifecycle-livedata-ktx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycleRuntimeKtx " }
49
- androidx-lifecycle-process = { module = " androidx.lifecycle:lifecycle-process" , version.ref = " lifecycleRuntimeKtx " }
50
- androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " lifecycleRuntimeCompose " }
51
- androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycleRuntimeKtx " }
52
- androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " lifecycleRuntimeKtx " }
46
+ androidx-lifecycle-common-java8 = { module = " androidx.lifecycle:lifecycle-common-java8" , version.ref = " lifecycle " }
47
+ androidx-lifecycle-livedata-ktx = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " lifecycle " }
48
+ androidx-lifecycle-process = { module = " androidx.lifecycle:lifecycle-process" , version.ref = " lifecycle " }
49
+ androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " lifecycle " }
50
+ androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle " }
51
+ androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " lifecycle " }
53
52
androidx-multidex = { module = " androidx.multidex:multidex" , version.ref = " multidex" }
54
53
androidx-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
55
54
androidx-runtime-livedata = { module = " androidx.compose.runtime:runtime-livedata" }
@@ -67,7 +66,7 @@ glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
67
66
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
68
67
androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
69
68
androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
70
- androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx " }
69
+ androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycle " }
71
70
androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activityCompose" }
72
71
androidx-ui = { group = " androidx.compose.ui" , name = " ui" , version.ref = " composeUi" }
73
72
androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
0 commit comments