From c7772a367de0bae2bad47b41f7cb51c8c87917aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:28:58 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat in /classical-components-demo Bumps androidx.appcompat:appcompat from 1.3.1 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- classical-components-demo/common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classical-components-demo/common/build.gradle b/classical-components-demo/common/build.gradle index a21dc032..fc412706 100644 --- a/classical-components-demo/common/build.gradle +++ b/classical-components-demo/common/build.gradle @@ -32,5 +32,5 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.6.1' }