From ddc1830e6b66bc434989277fcd030c6df0537a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:22:23 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 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.8.1...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] --- 10_mainscope/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_mainscope/android/app/build.gradle b/10_mainscope/android/app/build.gradle index 61e5696da5..b9a426a61b 100644 --- a/10_mainscope/android/app/build.gradle +++ b/10_mainscope/android/app/build.gradle @@ -66,7 +66,7 @@ dependencies { def retrofit_version = "2.11.0" def retrofitgson_version = "2.11.0" def okhttplogging_version = "4.12.0" - def coroutines_version = "1.8.1" + def coroutines_version = "1.10.1" def play_services_base_version = "18.5.0" implementation fileTree(dir: "libs", include: ["*.jar"])