From 99de988a7f1d884fcaa5d28bfa5d708f49492b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 14:43:33 +0000 Subject: [PATCH] Bump kotlinCoroutinesVersion from 1.4.1 to 1.4.3-native-mt in /project Bumps `kotlinCoroutinesVersion` from 1.4.1 to 1.4.3-native-mt. Updates `kotlinx-coroutines-core` from 1.4.1 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.1 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] --- project/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/app/build.gradle.kts b/project/app/build.gradle.kts index 3582deb77a..42a2ffd59c 100644 --- a/project/app/build.gradle.kts +++ b/project/app/build.gradle.kts @@ -134,7 +134,7 @@ val jacksonVersion = "2.12.2" val materialDialogsVersion = "0.9.6.0" val espressoVersion = "3.3.0" val androidxTestVersion = "1.3.0" -val kotlinCoroutinesVersion = "1.4.1" +val kotlinCoroutinesVersion = "1.4.3-native-mt" dependencies { implementation("androidx.preference:preference:1.1.1")