From dd39ccd076a5a2f1d37f4edabce3a18a8c0bc2b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:05:19 +0000 Subject: [PATCH] Update Update other dependencies --- app/build.gradle | 8 ++++---- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 47c8d786..c90806e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling" implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'com.google.android.material:material:1.13.0' + implementation 'com.google.android.material:material:1.14.0' def lifecycle = "2.10.0" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle" implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle" @@ -93,7 +93,7 @@ dependencies { implementation 'com.jakewharton.timber:timber:5.0.1' - def coil_version = "3.3.0" + def coil_version = "3.4.0" implementation "io.coil-kt.coil3:coil-compose:$coil_version" implementation "io.coil-kt.coil3:coil-network-okhttp:$coil_version" @@ -109,8 +109,8 @@ dependencies { debugImplementation "androidx.compose.ui:ui-test-manifest" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version" - testImplementation "io.kotest:kotest-assertions-core-jvm:6.1.0" + testImplementation "io.kotest:kotest-assertions-core-jvm:6.1.11" testImplementation 'app.cash.turbine:turbine:1.2.1' - testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.2' + testImplementation 'org.junit.vintage:junit-vintage-engine:6.1.0' testImplementation "io.coil-kt.coil3:coil-test:$coil_version" } diff --git a/build.gradle b/build.gradle index 75df8a74..e5cc6e55 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id 'org.jetbrains.kotlin.plugin.compose' version "$kotlinVersion" apply false id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false - id 'app.cash.paparazzi' version '2.0.0-alpha02' apply false + id 'app.cash.paparazzi' version '2.0.0-alpha05' apply false } subprojects { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da4..4f5eb9dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME