From a489063c8d9070d15d285ae4a3a214bfa52d6fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:03:28 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.18.0 to 1.19.0 Bumps androidx.core:core-ktx from 1.18.0 to 1.19.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.19.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 301160b..d3d2d16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.cardview:cardview:1.0.0' - implementation "androidx.core:core-ktx:1.18.0" + implementation "androidx.core:core-ktx:1.19.0" implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'com.google.android.material:material:1.14.0-alpha10' implementation 'androidx.legacy:legacy-support-v4:1.0.0'