File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dependencies {
102102 implementation " androidx.compose.ui:ui:$compose_version "
103103 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
104104 implementation ' androidx.compose.material3:material3:1.3.2'
105- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 '
105+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 '
106106
107107 testImplementation ' junit:junit:4.13.2'
108108 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141 testImplementation ' junit:junit:4.13.2'
4242 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
4343 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
44- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 '
44+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 '
4545
4646
4747 // Room
You can’t perform that action at this time.
0 commit comments