From 2421289c25d636811197a2800968037bf68677c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:23:57 +0000 Subject: [PATCH] Bump coroutines_version in /07_animations/transition Bumps `coroutines_version` from 1.9.0 to 1.10.1. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` 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) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-play-services` 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 - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 07_animations/transition/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/transition/app/build.gradle b/07_animations/transition/app/build.gradle index 36e8a7118..c88fa7c9f 100644 --- a/07_animations/transition/app/build.gradle +++ b/07_animations/transition/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.9.0" + def coroutines_version = "1.10.1" def imagepicker_version = "2.1" def workmanager_version = "2.10.0" def hilt_work_version = "1.2.0"