From fbe34bbd09e160b7a50c69803b79ff74cbca4070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 02:01:33 +0000 Subject: build(deps): Bump androidx.core:core-ktx from 1.10.0 to 1.10.1 Bumps androidx.core:core-ktx from 1.10.0 to 1.10.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index c0edb3f3..6e3a5303 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { // Android X implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.core:core-splashscreen:1.0.0' implementation 'androidx.fragment:fragment:1.5.6' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' -- cgit v1.2.3