From bfb11962b52ffd9f76714401a592d1d5aa222a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:05:16 +0000 Subject: [PATCH] Bump androidx.core:core from 1.13.0 to 1.13.1 in /android-refimpl-app Bumps androidx.core:core from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-patch ... 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 38f92c474..9a45ae3e6 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -371,7 +371,7 @@ dependencies { //noinspection KtxExtensionAvailable implementation 'androidx.collection:collection:1.4.0' //noinspection KtxExtensionAvailable - implementation 'androidx.core:core:1.13.0' + implementation 'androidx.core:core:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' //noinspection KtxExtensionAvailable implementation 'androidx.fragment:fragment:1.6.2'