Skip to content

Commit 8c7c304

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android 1.9.0 to v1.10.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f150f0 commit 8c7c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
// optional - Kotlin Extensions and Coroutines support for Room
6060
implementation "androidx.room:room-ktx:$room_version"
6161

62-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
62+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.0'
6363
implementation 'androidx.core:core-ktx:1.15.0'
6464
implementation 'androidx.appcompat:appcompat:1.7.0'
6565
implementation 'com.google.android.material:material:1.12.0'

0 commit comments

Comments
 (0)