Skip to content

Commit

Permalink
fix(deps): update kotlinx-coroutines monorepo to v1.9.0 (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 770e215 commit cff875c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ dependencies {

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

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0-RC.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
}

0 comments on commit cff875c

Please sign in to comment.