1
1
[versions ]
2
- kotlin = " 2.0.21 "
3
- coroutines = " 1.9.0 "
4
- kotlinx-serialization-json = " 1.7.3 "
2
+ kotlin = " 2.1.10 "
3
+ coroutines = " 1.10.1 "
4
+ kotlinx-serialization-json = " 1.8.0 "
5
5
kotlinx-collections-immutable = " 0.3.8"
6
6
7
7
# the Java version that the Java and Kotlin compilers will target
@@ -16,40 +16,40 @@ android-target = "34"
16
16
# the Android compileSdkVersion to use
17
17
android-compile = " 34"
18
18
19
- android-gradle = " 8.7.2 "
19
+ android-gradle = " 8.9.0 "
20
20
21
21
# the Android target to use in sample
22
22
sample-android-target = " 34"
23
23
# the Android compileSdkVersion to use in sample
24
24
sample-android-compile = " 34"
25
25
26
- jetbrains-compose = " 1.7.1 "
26
+ jetbrains-compose = " 1.7.3 "
27
27
28
28
touchlab-stately = " 2.1.0"
29
29
napier = " 2.7.1"
30
30
flowExt = " 1.0.0"
31
- koin-core = " 4.0.0 "
32
- koin-compose = " 4.0.0 "
31
+ koin-core = " 4.0.2 "
32
+ koin-compose = " 4.0.2 "
33
33
coil = " 2.7.0"
34
- compose-rules-detekt = " 0.4.19 "
34
+ compose-rules-detekt = " 0.4.22 "
35
35
36
36
androidx-lifecycle = " 2.8.7"
37
37
androidx-annotation = " 1.9.1"
38
- androidx-activity = " 1.9.3 "
38
+ androidx-activity = " 1.10.1 "
39
39
androidx-compose-compiler = " 1.5.11"
40
- androidx-navigation = " 2.8.4 "
40
+ androidx-navigation = " 2.8.9 "
41
41
kmp-viewmodel = " 0.8.0"
42
42
solivagant = " 0.5.0"
43
43
timber = " 5.0.1"
44
44
45
45
spotless = " 6.25.0"
46
- detekt = " 1.23.7 "
46
+ detekt = " 1.23.8 "
47
47
48
- kotlinx-kover = " 0.8.3 "
48
+ kotlinx-kover = " 0.9.1 "
49
49
dokka = " 1.9.20"
50
- kotlinx-binary-compatibility-validator = " 0.16.3 "
50
+ kotlinx-binary-compatibility-validator = " 0.17.0 "
51
51
52
- vanniktech-maven-publish = " 0.30 .0"
52
+ vanniktech-maven-publish = " 0.31 .0"
53
53
ktlint = " 0.50.0"
54
54
55
55
[libraries ]
@@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
79
79
androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version = " androidx-lifecycle" }
80
80
androidx-annotation = { module = " androidx.annotation:annotation" , version.ref = " androidx-annotation" }
81
81
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity" }
82
- androidx-compose-bom = { module = " androidx.compose:compose-bom" , version = " 2024.11.00 " }
82
+ androidx-compose-bom = { module = " androidx.compose:compose-bom" , version = " 2024.12.01 " }
83
83
androidx-compose-ui-ui = { module = " androidx.compose.ui:ui" }
84
84
androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
85
85
androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
0 commit comments