From 9fdcb2f6c56043b5e12aa29b1abec1faa8d3d940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:11:11 +0530 Subject: [PATCH] [Android]: Bump appcompat from 1.5.0 to 1.5.1 (#228) Bumps appcompat from 1.5.0 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 61074c77..d3cd3f49 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -36,7 +36,7 @@ android { dependencies { api 'androidx.core:core-ktx:1.8.0' - api 'androidx.appcompat:appcompat:1.5.0' + api 'androidx.appcompat:appcompat:1.5.1' testApi 'junit:junit:4.13.2' androidTestApi 'androidx.test.ext:junit:1.1.3' androidTestApi 'androidx.test.espresso:espresso-core:3.4.0'