Skip to content

Commit efba92e

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.9.0
1 parent 5f423c6 commit efba92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ dependencies {
7171
implementation "com.google.crypto.tink:tink-android:1.7.0"
7272

7373
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
74-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
74+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
7575
}

0 commit comments

Comments
 (0)