Skip to content

Commit d505a07

Browse files
Update Update other dependencies (#389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a3a234 commit d505a07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
implementation "androidx.compose.ui:ui-tooling:$compose"
8585

8686
implementation 'androidx.appcompat:appcompat:1.7.1'
87-
implementation 'com.google.android.material:material:1.12.0'
87+
implementation 'com.google.android.material:material:1.13.0'
8888
def lifecycle = "2.9.1"
8989
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle"
9090
implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle"
@@ -111,7 +111,7 @@ dependencies {
111111
testImplementation "io.kotest:kotest-runner-junit5-jvm:$kotest"
112112
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest"
113113
testImplementation 'app.cash.turbine:turbine:1.2.1'
114-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.13.2'
114+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.14.0'
115115
testImplementation "io.coil-kt:coil-test:$coil_version"
116116

117117
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
}
77
plugins {
8-
id 'com.android.application' version '8.11.0' apply false
8+
id 'com.android.application' version '8.13.0' apply false
99
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
1010
id 'org.jetbrains.kotlin.plugin.compose' version "$kotlinVersion" apply false
1111
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)