Update dependency com.google.android.material:material to v1.6.1

This commit is contained in:
Renovate Bot 2022-06-01 09:00:46 +00:00 committed by Ryan Harg
parent bcbee1fa6c
commit 58d9a57a53
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ dependencies {
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.google.android.material:material:1.6.0")
implementation("com.google.android.material:material:1.6.1")
implementation("com.android.support.constraint:constraint-layout:2.0.4")
implementation("com.google.android.exoplayer:exoplayer-core:${Versions.exoPlayer}")