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