From 32d3d50cc5727249a463622928694f66e0a7fbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 20:05:29 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.6.2 to 1.6.4 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 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.2...1.6.4) --- 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] --- ChangeLogLib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLogLib/build.gradle b/ChangeLogLib/build.gradle index 37e1b27..c107e6d 100644 --- a/ChangeLogLib/build.gradle +++ b/ChangeLogLib/build.gradle @@ -17,7 +17,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" implementation 'com.google.code.gson:gson:2.9.0' api 'com.google.android.material:material:1.6.1' }