From 6cff5a4a47c5b9a9c4ddd0e5c4f22dfd8a29cdd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:32:25 +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.10.2 to 1.11.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.10.2...1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- githubAppUpdate/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubAppUpdate/build.gradle.kts b/githubAppUpdate/build.gradle.kts index 785bb11..0ebb9a3 100644 --- a/githubAppUpdate/build.gradle.kts +++ b/githubAppUpdate/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.squareup.retrofit2:converter-kotlinx-serialization:3.0.0") implementation("androidx.preference:preference-ktx:1.2.1") - api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") + api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0") api("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") implementation("com.squareup.okhttp3:logging-interceptor:5.3.2") }