From 3fae5809871da8e152b08197e502c38ab9101f57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 02:54:40 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.0-RC2 to 1.3.2 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.0-RC2 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/1.3.0-rc2...1.3.2) 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 00d578a..f107744 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 = '51e3555870' - coroutines_version = '1.3.0-RC2' + coroutines_version = '1.3.2' rxkotlin_version = '2.4.0' lifecycle_version = '2.2.0-alpha04' firebase_bom_version = '22.0.0'