From 70f185ecc2dce5b82079fc953fa97d6ee6a59f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:13:12 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.17.0 to 1.18.0 Bumps androidx.core:core-ktx from 1.17.0 to 1.18.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.18.0 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 3ff43d2..e70daa8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,7 @@ dependencies { implementation 'com.google.android.material:material:1.13.0' - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.activity:activity-ktx:1.12.4' implementation 'androidx.appcompat:appcompat:1.7.1'