From 1f1c0d665800cd1c36e6aa63fe595dc1faf1ed7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 13:20:52 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.0-RC2 to 1.3.2-1.3.60-eap-76 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.0-RC2 to 1.3.2-1.3.60-eap-76. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68df864..77f7462 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ ext { maven_gradle_version = "2.1" timber_version = "4.7.1" android_components_version = 'b65a43adc4' - coroutines_version = '1.3.0' + coroutines_version = '1.3.2' rxkotlin_version = '2.4.0' lifecycle_version = '2.2.0-rc01' firebase_bom_version = '24.0.0'