Skip to content

Commit a361c38

Browse files
fix(deps): update kotlinx-coroutines monorepo to v1.10.1
1 parent 68edfb6 commit a361c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ dependencies {
7474

7575
implementation "com.google.crypto.tink:tink-android:1.7.0"
7676

77-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
78-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
77+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1'
78+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
7979
}

0 commit comments

Comments
 (0)