1
1
[versions ]
2
- kotlin = " 1.9.20 "
3
- coroutines = " 1.7.3 "
4
- kotlinx-serialization-json = " 1.6.0 "
5
- kotlinx-collections-immutable = " 0.3.6 "
2
+ kotlin = " 1.9.24 "
3
+ coroutines = " 1.8.0 "
4
+ kotlinx-serialization-json = " 1.6.3 "
5
+ kotlinx-collections-immutable = " 0.3.7 "
6
6
7
7
# the Java version that the Java and Kotlin compilers will target
8
8
java-target = " 11"
@@ -16,38 +16,38 @@ android-target = "33"
16
16
# the Android compileSdkVersion to use
17
17
android-compile = " 33"
18
18
19
- android-gradle = " 8.1.2 "
19
+ android-gradle = " 8.4.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.5.3 "
26
+ jetbrains-compose = " 1.6.2 "
27
27
28
28
touchlab-stately = " 1.2.5"
29
- napier = " 2.6 .1"
30
- flowExt = " 0.7.4 "
31
- koin = " 3.5.0 "
32
- koin-androidx-compose = " 3.5.0 "
33
- coil = " 2.4 .0"
34
- compose-rules-detekt = " 0.3.2 "
35
-
36
- androidx-lifecycle = " 2.6.2 "
37
- androidx-annotation = " 1.7.0 "
38
- androidx-activity = " 1.8.1 "
29
+ napier = " 2.7 .1"
30
+ flowExt = " 0.8.0 "
31
+ koin = " 3.5.6 "
32
+ koin-androidx-compose = " 3.5.6 "
33
+ coil = " 2.6 .0"
34
+ compose-rules-detekt = " 0.3.20 "
35
+
36
+ androidx-lifecycle = " 2.7.0 "
37
+ androidx-annotation = " 1.7.1 "
38
+ androidx-activity = " 1.9.0 "
39
39
androidx-compose-compiler = " 1.5.4"
40
- androidx-navigation = " 2.7.5 "
40
+ androidx-navigation = " 2.7.7 "
41
41
timber = " 5.0.1"
42
42
43
- spotless = " 6.22 .0"
44
- detekt = " 1.23.1 "
43
+ spotless = " 6.25 .0"
44
+ detekt = " 1.23.6 "
45
45
46
- kotlinx-kover = " 0.7.4 "
47
- dokka = " 1.9.10 "
48
- kotlinx-binary-compatibility-validator = " 0.13.2 "
46
+ kotlinx-kover = " 0.7.6 "
47
+ dokka = " 1.9.20 "
48
+ kotlinx-binary-compatibility-validator = " 0.14.0 "
49
49
50
- vanniktech-maven-publish = " 0.25.3 "
50
+ vanniktech-maven-publish = " 0.28.0 "
51
51
ktlint = " 0.50.0"
52
52
53
53
[libraries ]
0 commit comments