Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android (#827
Browse files Browse the repository at this point in the history
)

Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.8.0...1.8.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent 64625da commit b2f9361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/fakedapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'

// Testing-only dependencies
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.23"
Expand Down
2 changes: 1 addition & 1 deletion android/fakewallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
implementation 'io.coil-kt:coil:2.6.0'
implementation 'io.coil-kt:coil-svg:2.6.0'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1'
implementation 'io.github.funkatronics:multimult:0.2.0'
implementation project(path: ':walletlib')
kapt 'androidx.room:room-compiler:2.6.1'
Expand Down

0 comments on commit b2f9361

Please sign in to comment.