File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 41
41
run : ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
42
42
43
43
- name : Upload Test Report
44
-
44
+
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
7
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
8
9
9
plugins {
10
- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6 " apply false
10
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0 " apply false
11
11
id(" com.diffplug.spotless" ) version " 6.25.0" apply false
12
12
}
13
13
@@ -19,10 +19,10 @@ buildscript {
19
19
maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
20
20
}
21
21
dependencies {
22
- classpath(" com.android.tools.build:gradle:8.4.0 " )
22
+ classpath(" com.android.tools.build:gradle:8.4.1 " )
23
23
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
24
24
classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
25
- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.2 " )
25
+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.16.0 " )
26
26
classpath(" com.github.ben-manes:gradle-versions-plugin:0.51.0" )
27
27
}
28
28
}
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.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -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 @@ -26,7 +26,7 @@ object appConfig {
26
26
27
27
object deps {
28
28
object androidx {
29
- const val appCompat = " androidx.appcompat:appcompat:1.6.1 "
29
+ const val appCompat = " androidx.appcompat:appcompat:1.7.0 "
30
30
const val coreKtx = " androidx.core:core-ktx:1.13.1"
31
31
const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
32
32
const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
@@ -36,7 +36,7 @@ object deps {
36
36
}
37
37
38
38
object lifecycle {
39
- private const val version = " 2.8.0 "
39
+ private const val version = " 2.8.1 "
40
40
41
41
const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
42
42
const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -90,7 +90,7 @@ object deps {
90
90
}
91
91
}
92
92
93
- const val mockk = " io.mockk:mockk:1.13.10 "
93
+ const val mockk = " io.mockk:mockk:1.13.11 "
94
94
const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
95
95
}
96
96
}
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.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -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