File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66}
77plugins {
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
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.14.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments