From 47b8a3006638f6340f746e9e106ee8e443bb0f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:25:50 +0100 Subject: [PATCH] feat: Update `org.jetbrains.kotlinx:kotlinx-coroutines-android` to 1.9.0 (#3197) chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [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.8.1...1.9.0) --- 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 54320755d1..7e2c7881b6 100644 --- a/package/android/build.gradle +++ b/package/android/build.gradle @@ -192,7 +192,7 @@ dependencies { implementation "androidx.camera:camera-extensions:${camerax_version}" // Some Coroutines extension functions - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" if (enableCodeScanner) { // User enabled code-scanner, so we bundle the 2.4 MB model in the app.