diff --git a/package/android/build.gradle b/package/android/build.gradle index 54320755d1..7e2c7881b6 100644 --- a/package/android/build.gradle +++ b/package/android/build.gradle @@ -192,7 +192,7 @@ dependencies { implementation "androidx.camera:camera-extensions:${camerax_version}" // Some Coroutines extension functions - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" if (enableCodeScanner) { // User enabled code-scanner, so we bundle the 2.4 MB model in the app.