From 9b50f570c717d981e9234c663acc214b44c9487c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:16:17 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.10.1 to 1.15.0 in /App Bumps androidx.core:core-ktx from 1.10.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- App/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/app/build.gradle b/App/app/build.gradle index a6bb6f8..b19400f 100644 --- a/App/app/build.gradle +++ b/App/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.10.1' + implementation 'androidx.core:core-ktx:1.15.0' implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4"