From 5ad4a9bbb1d83235954d9120889b118503cd2650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 08:57:40 +0000 Subject: [PATCH] Bump androidx.core:core from 1.13.1 to 1.15.0 in /android-refimpl-app Bumps androidx.core:core from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 67082fa6..ae7a968f 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -373,7 +373,7 @@ dependencies { //noinspection KtxExtensionAvailable implementation 'androidx.collection:collection:1.4.5' //noinspection KtxExtensionAvailable - implementation 'androidx.core:core:1.13.1' + implementation 'androidx.core:core:1.15.0' implementation 'androidx.appcompat:appcompat:1.6.1' //noinspection KtxExtensionAvailable implementation 'androidx.fragment:fragment:1.7.1'