From 19614e79c1cf1e36e115e4b1e7ce2927781ee2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 15:06:28 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.9 to 1.4.3-native-mt Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.9 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[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index bfb23e5e..ba1aab94 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -22,7 +22,7 @@ ext.versions = [ multidex : "2.0.1", room : "2.2.6", kotlin : "1.4.32", - kotlinxCoroutines : "1.3.9", + kotlinxCoroutines : "1.4.3-native-mt", viewModelKtx : "2.2.0", retrofit : "2.6.4",