From fc74bcfe5db8f49d1ad088bd42956eab52eac7d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:11:49 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.15.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 55c312730..ed18988bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -111,7 +111,7 @@ dependencies { // Android X implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.fragment:fragment:1.8.6' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'