From 7ee0c17074ab90d7aec05b37c76c1e4ffd58f7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:59:10 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobile/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 1c338273..cb952349 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -296,7 +296,7 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" implementation "io.matthewnelson.kotlin-components:kmp-tor:4.8.6-0-1.4.4" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" if (enableHermes) {