From 5a40d19446ece1904461215f0f2640fc51a1cc7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 23:16:50 +0000 Subject: [PATCH] Bump appcompat from 1.1.0 to 1.3.0 Bumps appcompat from 1.1.0 to 1.3.0. 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..38507ebb 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.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' androidTestImplementation Deps.Testing.fragmentTesting }