1
1
[versions ]
2
2
accompanist = " 0.36.0"
3
- androidGradlePlugin = " 8.6.1 "
3
+ androidGradlePlugin = " 8.7.0 "
4
4
androidx-activity-compose = " 1.9.2"
5
5
androidx-appcompat = " 1.7.0"
6
- androidx-compose-bom = " 2024.09.02 "
6
+ androidx-compose-bom = " 2024.09.03 "
7
7
androidx-compose-ui-test = " 1.7.0-alpha08"
8
8
androidx-constraintlayout = " 2.1.4"
9
9
androidx-constraintlayout-compose = " 1.0.1"
10
10
androidx-coordinator-layout = " 1.2.0"
11
11
androidx-corektx = " 1.13.1"
12
12
androidx-emoji2-views = " 1.5.0"
13
- androidx-fragment-ktx = " 1.8.3 "
13
+ androidx-fragment-ktx = " 1.8.4 "
14
14
androidx-glance-appwidget = " 1.1.0"
15
15
androidx-lifecycle-compose = " 2.8.6"
16
16
androidx-lifecycle-runtime-compose = " 2.8.6"
17
- androidx-navigation = " 2.8.1 "
17
+ androidx-navigation = " 2.8.2 "
18
18
androidx-paging = " 3.3.2"
19
19
androidx-test = " 1.6.1"
20
20
androidx-test-espresso = " 3.6.1"
@@ -23,15 +23,15 @@ androidxHiltNavigationCompose = "1.2.0"
23
23
coil = " 2.7.0"
24
24
# @keep
25
25
compileSdk = " 34"
26
- compose-latest = " 1.7.2 "
26
+ compose-latest = " 1.7.3 "
27
27
composeUiTooling = " 1.4.0"
28
28
coreSplashscreen = " 1.0.1"
29
- coroutines = " 1.7.3 "
29
+ coroutines = " 1.9.0 "
30
30
glide = " 1.0.0-beta01"
31
31
google-maps = " 19.0.0"
32
32
gradle-versions = " 0.51.0"
33
33
hilt = " 2.52"
34
- horologist = " 0.6.19 "
34
+ horologist = " 0.6.20 "
35
35
junit = " 4.13.2"
36
36
kotlin = " 2.0.20"
37
37
kotlinxSerializationJson = " 1.7.3"
@@ -94,7 +94,7 @@ androidx-glance-appwidget = { module = "androidx.glance:glance-appwidget", versi
94
94
androidx-glance-material3 = { module = " androidx.glance:glance-material3" , version.ref = " androidx-glance-appwidget" }
95
95
androidx-graphics-shapes = " androidx.graphics:graphics-shapes:1.0.1"
96
96
androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " androidxHiltNavigationCompose" }
97
- androidx-lifecycle-runtime = " androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 "
97
+ androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " androidx-lifecycle-runtime-compose " }
98
98
androidx-lifecycle-runtime-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " androidx-lifecycle-runtime-compose" }
99
99
androidx-lifecycle-viewModelCompose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " androidx-lifecycle-compose" }
100
100
androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle-compose" }
@@ -124,7 +124,7 @@ horologist-compose-material = { module = "com.google.android.horologist:horologi
124
124
junit = { module = " junit:junit" , version.ref = " junit" }
125
125
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
126
126
kotlinx-coroutines-android = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-android" , version.ref = " coroutines" }
127
- kotlinx-coroutines-test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 "
127
+ kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines " }
128
128
kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
129
129
play-services-wearable = { module = " com.google.android.gms:play-services-wearable" , version.ref = " playServicesWearable" }
130
130
0 commit comments