From affe3013ac871e1245886a8d0a27da2874094c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:02:12 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.4.2 to 1.6.1 Bumps androidx.appcompat:appcompat from 1.4.2 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08f627b..7c4997b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { androidGradleVersion = '7.2.2' googleServicesVersion = "4.3.3" kotlinVersion = '1.7.10' - appcompatVersion = '1.4.2' + appcompatVersion = '1.6.1' constraintLayoutVersion = "2.1.4" transitionsVersion = "1.4.1" lifecycleVersion = "2.5.1"