From 37d26cda292ac2f2dd4beb26a745506594e2c966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 04:23:25 +0000 Subject: [PATCH] build(deps): 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ae3818c..a4e424f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ repositories { dependencies { // kotlin - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.9.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Room components