From 62278314c40413ab8fff25b391b88f207a99556d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 00:12:14 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.6.0 to 1.6.4 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 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.0...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] --- pixel/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixel/build.gradle b/pixel/build.gradle index db76a2a..3cb1f2e 100644 --- a/pixel/build.gradle +++ b/pixel/build.gradle @@ -38,7 +38,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' // implementation "androidx.appcompat:appcompat:1.1.0" // implementation "androidx.core:core-ktx:$core" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" // Standard HTTP client for Android for modern I/O support by Okio. implementation "com.squareup.okhttp3:okhttp:4.9.3"