diff --git a/cardscan-demo/build.gradle b/cardscan-demo/build.gradle index 23a7d2e6..3127cf2c 100644 --- a/cardscan-demo/build.gradle +++ b/cardscan-demo/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.core:core-ktx:1.6.0" implementation "androidx.constraintlayout:constraintlayout:2.1.0" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3" } dependencies {