From 13dcf373b2e67c348aff3e70c433c308cac945a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 04:28:33 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 0.18 to 1.4.3-native-mt Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 0.18 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 27d3a65..409a9e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { testImplementation 'junit:junit:4.12' implementation 'com.android.support.constraint:constraint-layout:1.0.2' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.18' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3-native-mt' testCompile "com.nhaarman:mockito-kotlin:1.5.0" }