From fb96d000bc44dc07f81bf2ad2496ad877355a783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:32:01 +0100 Subject: [PATCH] feat: Bump `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.5.2 to 1.7.3 (#2467) Might be a breaking change as there have been some in that dependency. chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 to 1.7.3. - [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/compare/1.5.2...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/android/build.gradle b/package/android/build.gradle index 2b8ef61..8a79120 100644 --- a/package/android/build.gradle +++ b/package/android/build.gradle @@ -163,7 +163,7 @@ android { dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-android:+" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" if (enableCodeScanner) { // User enabled code-scanner, so we bundle the 2.4 MB model in the app.