From dc442520bafc6cb6acb55619b5bb99f5a332d21d Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 30 Nov 2021 15:58:36 +0100 Subject: [PATCH] Updated appcompat to 1.4.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d8b3cf323..4b23da8fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,7 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'androidx.media:media:1.4.3' implementation 'androidx.fragment:fragment-ktx:1.4.0' implementation 'androidx.core:core-ktx:1.7.0'