From e9c491966436ea52d0d1bc6dfeb71874c0b3ef7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 21:15:04 +0000 Subject: [PATCH] Bump core-ktx from 1.6.0 to 1.9.0 Bumps core-ktx from 1.6.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cardscan-demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardscan-demo/build.gradle b/cardscan-demo/build.gradle index 23a7d2e6..221554ec 100644 --- a/cardscan-demo/build.gradle +++ b/cardscan-demo/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation project(":cardscan-ui") implementation "androidx.appcompat:appcompat:1.3.1" - implementation "androidx.core:core-ktx:1.6.0" + implementation "androidx.core:core-ktx:1.9.0" implementation "androidx.constraintlayout:constraintlayout:2.1.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" }