From 58c8fa67cfe73cdd8f3d60d5e86b97d8398aecf9 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Tue, 16 Aug 2022 20:47:05 +0200 Subject: [PATCH] FIX #287 : Update AndroidX Appcompat to 1.5.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e32698..8270900 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ if (keystorePropertiesFile.exists()) { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.browser:browser:1.4.0' implementation 'androidx.recyclerview:recyclerview:1.2.1'