From 8648128b6ba89db0bf5446e38afe90a9e4e8a457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 04:22:08 +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 8ea6fa2..977f471 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,7 +124,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version" implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.browser:browser:1.10.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation "androidx.work:work-runtime-ktx:2.11.2"