From a5cc03af34f32100aa9094dfc2f9eafd85b21296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 04:12:38 +0000 Subject: [PATCH] build(deps): bump core-ktx from 1.6.0 to 1.7.0 Bumps core-ktx from 1.6.0 to 1.7.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..156635b 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.7.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Room components