From 08f3aad76e8705eb1795d23482f4e98b6e7ae77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 07:08:35 +0000 Subject: [PATCH] build(deps): bump core-ktx from 1.6.0 to 1.8.0 Bumps core-ktx from 1.6.0 to 1.8.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 8c47ea9..952a9ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { }) androidTestImplementation('com.microsoft.appcenter:espresso-test-extension:1.5') - implementation "androidx.core:core-ktx:1.6.0" + implementation "androidx.core:core-ktx:1.8.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } repositories {