From 42945de45779b9853030fc201d359592283f42e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 07:23:04 +0000 Subject: [PATCH] Bump KOTLIN_COROUTINES_CORE from 1.4.3 to 1.4.3-native-mt Bumps `KOTLIN_COROUTINES_CORE` from 1.4.3 to 1.4.3-native-mt. Updates `kotlinx-coroutines-core` from 1.4.3 to 1.4.3-native-mt - [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) Updates `kotlinx-coroutines-android` from 1.4.3 to 1.4.3-native-mt - [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[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5f6fbf..7260888 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { // Versions - Application //============================================================================================== KOTLIN_VERSION = '1.4.31' - KOTLIN_COROUTINES_CORE = '1.4.3' + KOTLIN_COROUTINES_CORE = '1.4.3-native-mt' ANDROID_BUILD_TOOLS = '4.1.2' ANDROID_APCOMPACT = '1.2.0'