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 4141 run : ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
4242
4343 - 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
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
99plugins {
10- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6 " apply false
10+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0 " apply false
1111 id(" com.diffplug.spotless" ) version " 6.25.0" apply false
1212}
1313
@@ -19,10 +19,10 @@ buildscript {
1919 maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
2020 }
2121 dependencies {
22- classpath(" com.android.tools.build:gradle:8.4.0 " )
22+ classpath(" com.android.tools.build:gradle:8.4.1 " )
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
2424 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 " )
2626 classpath(" com.github.ben-manes:gradle-versions-plugin:0.51.0" )
2727 }
2828}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object appConfig {
2626
2727object deps {
2828 object androidx {
29- const val appCompat = " androidx.appcompat:appcompat:1.6.1 "
29+ const val appCompat = " androidx.appcompat:appcompat:1.7.0 "
3030 const val coreKtx = " androidx.core:core-ktx:1.13.1"
3131 const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
3232 const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
@@ -36,7 +36,7 @@ object deps {
3636 }
3737
3838 object lifecycle {
39- private const val version = " 2.8.0 "
39+ private const val version = " 2.8.1 "
4040
4141 const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
4242 const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -90,7 +90,7 @@ object deps {
9090 }
9191 }
9292
93- const val mockk = " io.mockk:mockk:1.13.10 "
93+ const val mockk = " io.mockk:mockk:1.13.11 "
9494 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
9595 }
9696}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments