From df4fc139bef6041a16c49eb98df380a34b2227c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:02:37 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx in /android Bumps androidx.core:core-ktx from 1.13.1 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4b60766..209993f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -139,7 +139,7 @@ dependencies { implementation project(":react-native-nitro-modules") implementation "androidx.browser:browser:1.7.0" - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core-ktx:1.17.0" } if (isNewArchitectureEnabled()) {