From 72eb8c16fa6ac6c38cb81bb007ac05cafcb74a86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 23:18:05 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.3.1 Bumps appcompat from 1.1.0 to 1.3.1. Signed-off-by: dependabot-preview[bot] --- commons/presentation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/presentation/build.gradle b/commons/presentation/build.gradle index 7a262f6c..4582a39a 100644 --- a/commons/presentation/build.gradle +++ b/commons/presentation/build.gradle @@ -11,7 +11,7 @@ dependencies { api Deps.AndroidX.material api Deps.AndroidX.constraintLayout - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' androidTestImplementation Deps.Testing.fragmentTesting }