From ff3223eba7a519fe152fa763235b1eb9304acb51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 02:45:47 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.0-RC2 to 1.3.0-gradle Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.0-RC2 to 1.3.0-gradle. - [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 9757b91..d5cf6a8 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 = 'fb6cdd0ec00756bef3ee9370917865e5f4d54088' - coroutines_version = '1.3.0-RC2' + coroutines_version = '1.3.0-gradle' rxkotlin_version = '2.4.0' lifecycle_version = '2.2.0-alpha03' firebase_bom_version = '22.0.0'