From 6e8bc3cfe7243328acb7284a9f479faeea1662fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:57:21 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index dd3f9ca..f2cc332 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -104,7 +104,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion") dependencies { implementation "com.facebook.react:react-android" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core-ktx:1.19.0" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.webkit:webkit:1.12.1" implementation "androidx.security:security-crypto:1.1.0-alpha06"