From d673ca97df844ac64a21bd3ff84910bdcd47f489 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 08:12:27 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.2-1.3.60 to 1.5.1-native-mt Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.2-1.3.60 to 1.5.1-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-preview[bot] --- preferenceholder/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferenceholder/build.gradle b/preferenceholder/build.gradle index 9373d9c..8a57b7f 100644 --- a/preferenceholder/build.gradle +++ b/preferenceholder/build.gradle @@ -28,7 +28,7 @@ android { } dependencies { - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2-1.3.60' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1-native-mt' implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.71" implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.10.0-eap-1"