File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
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.2
44
+ uses : codecov/codecov-action@v5.4.3
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.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.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.1.1 "
14
+ arrow = " 2.1.2 "
15
15
ben-manes-versions = " 0.52.0"
16
16
coil = " 2.7.0"
17
17
detekt = " 1.23.8"
@@ -22,23 +22,23 @@ flowExt = "1.0.0"
22
22
jacoco = " 0.8.11"
23
23
java-target = " 11"
24
24
java-toolchain = " 21"
25
- jetbrains-compose = " 1.8.0 "
25
+ jetbrains-compose = " 1.8.1 "
26
26
junit = " 4.13.2"
27
27
koin = " 4.0.4"
28
- kotlin = " 2.1.20 "
28
+ kotlin = " 2.1.21 "
29
29
kotlinx-coroutines = " 1.10.2"
30
30
kotlinx-kover = " 0.9.1"
31
31
ktlint = " 1.0.0"
32
32
mockk = " 1.14.2"
33
- poko = " 0.18.6 "
33
+ poko = " 0.18.7 "
34
34
squareup-leakcanary = " 2.14"
35
35
squareup-logging-interceptor = " 4.12.0"
36
36
squareup-moshi = " 1.15.2"
37
- squareup-retrofit = " 2.11 .0"
37
+ squareup-retrofit = " 2.12 .0"
38
38
spotless = " 7.0.3"
39
39
timber = " 5.0.1"
40
40
viewBindingDelegate = " 1.4.0"
41
- ksp = " 2.1.20 -2.0.1"
41
+ ksp = " 2.1.21 -2.0.1"
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.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.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