From c5eed4bee668551c685f797ee0a9ff1e4d74acb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:02:00 +0000 Subject: [PATCH] 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.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.8.1...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] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fdae8e7..ee4f08c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,7 +132,7 @@ dependencies { // Play-bound `phone` AAB nor the `wear` AAB links these libraries. autoImplementation 'androidx.car.app:app:1.7.0' autoImplementation 'androidx.car.app:app-projected:1.7.0' - autoImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' + autoImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0' autoImplementation platform('com.google.firebase:firebase-bom:33.7.0') autoImplementation 'com.google.firebase:firebase-auth' autoImplementation 'com.google.firebase:firebase-functions'