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'