From 4b7c17a556d1044d3d4d8905f9a4fca6c4811f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:11:48 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 in /app Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat 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 28be9fe6f..db35c1889 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,7 +150,7 @@ dependencies { //androidX implementation('androidx.core:core-ktx:1.9.0') - implementation('androidx.appcompat:appcompat:1.6.0') + implementation('androidx.appcompat:appcompat:1.6.1') implementation('androidx.activity:activity-ktx:1.6.1') implementation('androidx.fragment:fragment-ktx:1.5.5') implementation('androidx.preference:preference-ktx:1.2.0')