From c2df19b354de0179518f662da9d67631fd63c764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:44:32 +0000 Subject: [PATCH] Bump androidx.core:core from 1.10.1 to 1.12.0 Bumps androidx.core:core from 1.10.1 to 1.12.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... 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 a177a1656..ea70c12fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -177,7 +177,7 @@ dependencies { } } - implementation 'androidx.core:core:1.10.1' + implementation 'androidx.core:core:1.12.0' implementation 'androidx.media:media:1.6.0' implementation 'androidx.fragment:fragment:1.6.1' implementation 'androidx.appcompat:appcompat:1.6.1'