From 07bf5ca718ce8504b526e26656606c95eb0f36e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:06:40 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.6.0 to 1.6.1 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.6.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.6.0...1.6.1) --- 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 7b4df7b..0c0ba13 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.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1" implementation 'com.google.code.gson:gson:2.9.0' api 'com.google.android.material:material:1.5.0' }