From f7b1b36e172142387102e8ef9990b8d49224fcfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:16:31 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.17.0 to 1.18.0 in /android Bumps androidx.core:core-ktx from 1.17.0 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 7f85f825..3303110b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,6 +34,6 @@ tasks.register("clean", Delete) { } configurations.all { resolutionStrategy { - force "androidx.core:core-ktx:1.17.0" + force "androidx.core:core-ktx:1.18.0" } }