From 1ce33db9bae32893acd99c662a6cd86c1e4de2d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 04:29:19 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 0.18 to 1.5.1 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 0.18 to 1.5.1. - [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.5.1) 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..381edc1 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.5.1' testCompile "com.nhaarman:mockito-kotlin:1.5.0" }