From 1efc605c424d20449a819a9f1c9fd59e4ac6e82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 15:41:08 -0400 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.6.2 to 1.6.3 (#2642) Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 to 1.6.3. - [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.3) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- wear/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0d39915a2..100a40d68 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -141,7 +141,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21") implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.21") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3") implementation("com.google.dagger:hilt-android:2.42") kapt("com.google.dagger:hilt-android-compiler:2.42") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 08cdd1ffe..6b9b231ba 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -86,7 +86,7 @@ dependencies { implementation(project(":common")) implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.3") implementation("com.google.android.material:material:1.6.0")