From 1ee750023c45507755ad3eab0a01a893be8051e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 04:12:11 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.9 to 1.6.4 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.9 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.3.9...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- swapi-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swapi-sdk/build.gradle b/swapi-sdk/build.gradle index 2a29642..b00e3ba 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -71,7 +71,7 @@ android { def moshi_version = "1.11.0" def retrofit_version = "2.9.0" -def coroutines_version = "1.3.9" +def coroutines_version = "1.6.4" dependencies { // Testing - https://developer.android.com/training/testing/set-up-project