From e3b6a9e333561ef71357fb238cc53019af6c161e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:21:20 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx in /android Bumps androidx.core:core-ktx from 1.13.1 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/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8cfb670..f71de86 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -139,8 +139,8 @@ dependencies { implementation project(":react-native-nitro-modules") implementation "androidx.browser:browser:1.7.0" - implementation "androidx.core:core:1.13.1" - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core:1.19.0" + implementation "androidx.core:core-ktx:1.19.0" } if (isNewArchitectureEnabled()) {