From 7e8d94a8d18cfa16bf9ea2e7ff6ee52308ab07fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 06:55:23 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.7 to 1.4.3-native-mt Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.7 to 1.4.3-native-mt. - [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/commits) Signed-off-by: dependabot-preview[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 80b9878..a6ed199 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -73,7 +73,7 @@ android { def moshi_version = "1.11.0" def retrofit_version = "2.9.0" -def coroutines_version = "1.3.9" +def coroutines_version = "1.4.3-native-mt" dependencies { // Testing - https://developer.android.com/training/testing/set-up-project