From 6a12786c301f01ae149469d1b593831eb32464e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 11:58:49 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.2.2 to 1.3.0 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.2.2 to 1.3.0. - [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.2.2...1.3.0) 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 fca9623..076845b 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 = 'afea75356d' - coroutines_version = '1.2.2' + coroutines_version = '1.3.0' rxkotlin_version = '2.3.0' lifecycle_version = '2.1.0-rc01' firebase_bom_version = '20.1.0'