File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android-min = "21"
5
5
android-target = " 35"
6
6
androidx-appcompat = " 1.7.0"
7
7
androidx-constraintlayout = " 2.2.1"
8
- androidx-core-ktx = " 1.15 .0"
8
+ androidx-core-ktx = " 1.16 .0"
9
9
androidx-lifecycle = " 2.8.7"
10
10
androidx-material = " 1.12.0"
11
11
androidx-recyclerview = " 1.4.0"
@@ -26,19 +26,19 @@ jetbrains-compose = "1.7.3"
26
26
junit = " 4.13.2"
27
27
koin = " 4.0.4"
28
28
kotlin = " 2.1.20"
29
- kotlinx-coroutines = " 1.10.1 "
29
+ kotlinx-coroutines = " 1.10.2 "
30
30
kotlinx-kover = " 0.9.1"
31
31
ktlint = " 1.0.0"
32
- mockk = " 1.13.17 "
32
+ mockk = " 1.14.0 "
33
33
poko = " 0.18.5"
34
34
squareup-leakcanary = " 2.14"
35
35
squareup-logging-interceptor = " 4.12.0"
36
36
squareup-moshi = " 1.15.2"
37
37
squareup-retrofit = " 2.11.0"
38
- spotless = " 7.0.2 "
38
+ spotless = " 7.0.3 "
39
39
timber = " 5.0.1"
40
40
viewBindingDelegate = " 1.4.0"
41
- ksp = " 2.1.20-1 .0.32 "
41
+ ksp = " 2.1.20-2 .0.0 "
42
42
43
43
[libraries ]
44
44
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ fun includeProject(
52
52
}
53
53
54
54
plugins {
55
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.9 .0" )
55
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.10 .0" )
56
56
}
You can’t perform that action at this time.
0 commit comments