From 07aa27a743c7887f4f71159e2650f1b38547ae3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 18:49:27 +0000 Subject: [PATCH] Bump appcompat from 1.3.1 to 1.4.1 Bumps appcompat from 1.3.1 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 502bd5cfc..06acd771d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,7 +173,7 @@ configurations.all { dependencies { implementation fileTree(include: ['*'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation "com.vanniktech:emoji-google:0.8.0"