Updater: update dependencies

Change-Id: I0686b28e7f6754c1b11b219b9036ea372032070b
This commit is contained in:
Michael W 2022-01-31 16:08:29 +01:00 committed by Bruno Martins
parent 9f814a9a32
commit 297668b3ef

View File

@ -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'
}