From 3df54611a9040ff8b9697e64ff4a13ef348c5c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:59:41 +0000 Subject: [PATCH] build(deps): bump androidx.core:core-ktx in /05_current/android Bumps androidx.core:core-ktx from 1.13.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] --- 05_current/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_current/android/app/build.gradle b/05_current/android/app/build.gradle index c901fff4b9..5617d0d971 100644 --- a/05_current/android/app/build.gradle +++ b/05_current/android/app/build.gradle @@ -44,7 +44,7 @@ android { } dependencies { - def core_version = "1.13.1" + def core_version = "1.15.0" def appcompat_version = "1.7.0" def constraintlayout_version = "2.1.4" def recyclerview_version = "1.3.2"