From eb6a563d8fdf6e71ef4f17ac3882b053a7f94f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:07:39 +0000 Subject: [PATCH] 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 a246804..4b2c20f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0' implementation 'com.airbnb.android:lottie:6.7.1'