From 57cce186831f98e1e5a7af009cf61a934b0c5342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:59:16 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.15.0 --- android_app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 3e7828b..1ff24bd 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -45,7 +45,7 @@ configurations { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "androidx.appcompat:appcompat:1.6.1" - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.15.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.fragment:fragment-ktx:1.6.1" testImplementation "junit:junit:4.13.2"