Skip to content

Commit

Permalink
fix(deps): update kotlinx-coroutines monorepo to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent f0a9401 commit 52ec881
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'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
}

0 comments on commit 52ec881

Please sign in to comment.