From 88964d8cf7ff1f247c5441d3d8103c8102eec14a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Sun, 21 Feb 2021 16:24:40 +0100 Subject: [PATCH] Also bump kotlin_coroutines_version to recommended version 1.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9c1a912924..5f4650ee23 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { // Ref: https://kotlinlang.org/releases.html ext.kotlin_version = '1.4.30' - ext.kotlin_coroutines_version = "1.4.1" + ext.kotlin_coroutines_version = "1.4.2" repositories { google() jcenter()