From 297668b3ef33a22906a1ea481e139d30192c0e53 Mon Sep 17 00:00:00 2001 From: Michael W Date: Mon, 31 Jan 2022 16:08:29 +0100 Subject: [PATCH] Updater: update dependencies Change-Id: I0686b28e7f6754c1b11b219b9036ea372032070b --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 88703892..3a2eb827 100644 --- a/build.gradle +++ b/build.gradle @@ -58,9 +58,9 @@ android { dependencies { compileOnly fileTree(dir: 'system_libs/', include: ['*.jar']) - implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'com.google.android.material:material:1.4.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.preference:preference:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' }