From 096a3bda4086525e57d31463bc2057b4dfa2eb1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:17:41 +0000 Subject: [PATCH] deps(android): bump androidx.core:core-ktx in /android 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] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index eededad..46480e4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -116,7 +116,7 @@ dependencies { debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest' - implementation "androidx.core:core-ktx:1.18.0" + implementation "androidx.core:core-ktx:1.19.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.10.0" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0" implementation "androidx.lifecycle:lifecycle-runtime-compose:2.10.0"