From 38b0a52a0bb75a401c1c79b1c1c0c96e0f6c7d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 20:01:04 +0000 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 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] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index eb27295..35bb446 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -23,7 +23,7 @@ android { dependencies { implementation project(':ChangeLogLib') implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation "androidx.appcompat:appcompat:1.6.0" + implementation "androidx.appcompat:appcompat:1.6.1" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }