From 42e8480a87948b841b542c0fc9f26964c9f639b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:26:08 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-android Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.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.8.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] --- photoeditor/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photoeditor/build.gradle b/photoeditor/build.gradle index 3df2702..739be9d 100644 --- a/photoeditor/build.gradle +++ b/photoeditor/build.gradle @@ -44,8 +44,8 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.core:core-ktx:1.9.0" - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' testImplementation 'androidx.test:core-ktx:1.5.0' testImplementation 'junit:junit:4.13.2'