File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
run : ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
42
42
43
43
- name : Upload Test Report
44
- uses : codecov/codecov-action@v5.4.3
44
+ uses : codecov/codecov-action@v5.5.0
45
45
with :
46
46
files : ./app/build/reports/kover/reportDebug.xml
47
47
fail_ci_if_error : true
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
android-compile = " 35"
3
- android-gradle = " 8.12.0 "
3
+ android-gradle = " 8.12.1 "
4
4
android-min = " 21"
5
5
android-target = " 35"
6
6
androidx-appcompat = " 1.7.1"
7
7
androidx-constraintlayout = " 2.2.1"
8
- androidx-core-ktx = " 1.16 .0"
8
+ androidx-core-ktx = " 1.17 .0"
9
9
androidx-lifecycle = " 2.9.2"
10
10
androidx-material = " 1.12.0"
11
11
androidx-recyclerview = " 1.4.0"
@@ -25,7 +25,7 @@ java-toolchain = "21"
25
25
jetbrains-compose = " 1.8.2"
26
26
junit = " 4.13.2"
27
27
koin = " 4.1.0"
28
- kotlin = " 2.2.0 "
28
+ kotlin = " 2.2.10 "
29
29
kotlinx-coroutines = " 1.10.2"
30
30
kotlinx-kover = " 0.9.1"
31
31
ktlint = " 1.0.0"
@@ -38,7 +38,7 @@ squareup-retrofit = "3.0.0"
38
38
spotless = " 7.2.1"
39
39
timber = " 5.0.1"
40
40
viewBindingDelegate = " 1.4.0"
41
- ksp = " 2.2.0 -2.0.2"
41
+ ksp = " 2.2.10 -2.0.2"
42
42
43
43
[libraries ]
44
44
You can’t perform that action at this time.
0 commit comments