File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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.3.0
44
+ uses : codecov/codecov-action@v5.3.1
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
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ androidx-material = "1.12.0"
11
11
androidx-recyclerview = " 1.4.0"
12
12
androidx-startup = " 1.2.0"
13
13
androidx-swiperefreshlayout = " 1.1.0"
14
- arrow = " 2.0.0 "
14
+ arrow = " 2.0.1 "
15
15
ben-manes-versions = " 0.52.0"
16
16
coil = " 2.7.0"
17
17
detekt = " 1.23.7"
@@ -25,7 +25,7 @@ java-toolchain = "21"
25
25
jetbrains-compose = " 1.7.3"
26
26
junit = " 4.13.2"
27
27
koin = " 4.0.2"
28
- kotlin = " 2.1.0 "
28
+ kotlin = " 2.1.10 "
29
29
kotlinx-coroutines = " 1.10.1"
30
30
kotlinx-kover = " 0.9.1"
31
31
ktlint = " 1.0.0"
@@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
38
38
spotless = " 7.0.2"
39
39
timber = " 5.0.1"
40
40
viewBindingDelegate = " 1.4.0"
41
- ksp = " 2.1.0 -1.0.29"
41
+ ksp = " 2.1.10 -1.0.29"
42
42
43
43
[libraries ]
44
44
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments