From a18a6433551d328f3b45714db256b1ba79ea1f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 00:16:18 +0000 Subject: [PATCH] Bump rootProject.coroutinesVersion from 1.6.1 to 1.6.4 Bumps `rootProject.coroutinesVersion` from 1.6.1 to 1.6.4. Updates `kotlinx-coroutines-core` from 1.6.1 to 1.6.4 - [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.6.1...1.6.4) Updates `kotlinx-coroutines-android` from 1.6.1 to 1.6.4 - [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.6.1...1.6.4) Updates `kotlinx-coroutines-play-services` from 1.6.1 to 1.6.4 - [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.6.1...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08f627b..29f250f 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { lifecycleVersion = "2.5.1" coreKtxVersion = "1.8.0" koinVersion = '2.2.3' - coroutinesVersion = "1.6.1" + coroutinesVersion = "1.6.4" materialVersion = "1.6.1" timberVersion = "4.7.1" jUnitVersion = "4.13.2"