From 11b3b9594b9b5b4b6f3ea132e03dbeb6bdc9a141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:14:51 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx in /android Bumps androidx.core:core-ktx from 1.13.1 to 1.18.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.18.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..5464517 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.18.0" } if (isNewArchitectureEnabled()) {