From 4ece86b205139f55869d6127cb09a94e4962d6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:12:58 +0000 Subject: [PATCH] Bump androidx.core:core from 1.13.0 to 1.13.1 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fc04a1622..b9ad399fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -170,7 +170,7 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' - implementation 'androidx.core:core:1.13.0' + implementation 'androidx.core:core:1.13.1' implementation 'androidx.media:media:1.7.0' implementation 'androidx.fragment:fragment:1.6.2' implementation 'androidx.appcompat:appcompat:1.6.1'