From 50f0509104c922ddf0969409cb3406e113795e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:20:53 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.17.0 to 1.19.0 in /android Bumps androidx.core:core-ktx from 1.17.0 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 19c8345..883da55 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -66,7 +66,7 @@ android { } dependencies { - implementation("androidx.core:core-ktx:1.17.0") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.14.0") implementation("com.fasterxml.jackson.core:jackson-databind:2.22.0")