From 80ad1d6ce41a10e9034e1bb5c7bf132c9d2d841e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:08:49 +0000 Subject: [PATCH] chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.2. - [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.9.0...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 b5d2e83628..c1c7e38d30 100644 --- a/package/android/build.gradle +++ b/package/android/build.gradle @@ -195,7 +195,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-common:2.8.7" // Some Coroutines extension functions - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" if (enableCodeScanner) { // User enabled code-scanner, so we bundle the 2.4 MB model in the app.