From 5f4a9e9ab5f8a756ef93ce4b1a2abca698e56dbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 09:31:56 +0800 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.6.1 (#3318) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 39c010359e..4264397b5c 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ allprojects { } project.dependencies { implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.appcompat:appcompat:1.6.1' } }