From 2e6986d83841a990b312a68629a4f3bd01bcc939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 13:20:43 +0100 Subject: [PATCH] Bump kotlinx-coroutines-guava from 1.4.2 to 1.4.3-native-mt in /android (#18) Bumps [kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5bb7d03..e2a2494 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -136,7 +136,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.4.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.4.3-native-mt" implementation "androidx.camera:camera-core:1.1.0-alpha02" implementation "androidx.camera:camera-camera2:1.1.0-alpha02"