From 8f1ecfec6774b80cf65dc106e28d8e5fe8744e85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Nov 2020 04:31:07 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 0.18 to 1.4.2 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 0.18 to 1.4.2. - [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/0.18...1.4.2) 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..ea6d151 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.2' testCompile "com.nhaarman:mockito-kotlin:1.5.0" }