From 85a08b3c871afd0ae09b7dc0aed14be1ab6225fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 06:43:06 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 0.18 to 1.3.2 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 0.18 to 1.3.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.3.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 776b193..45e1a3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.18" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2" implementation 'com.android.support:appcompat-v7:26.0.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support:design:26.0.0'