From 0bec90f07e34c91a1a791c516f176ccb8d7f4c72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 06:00:13 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.4.2 to 1.5.1-native-mt in /android Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.2 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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8377946..c100ee7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,7 +77,7 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules implementation "com.getbouncer:cardscan-ui:2.0.0084" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt" } def configureReactNativePom(def pom) {