Browse Source

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

technical/upgrade-exoplayer
Renovate Bot 2 years ago committed by Ryan Harg
parent
commit
23f7c509ee
  1. 2
      app/build.gradle.kts

2
app/build.gradle.kts

@ -164,7 +164,7 @@ dependencies { @@ -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.5.0")
implementation("com.google.android.material:material:1.6.0")
implementation("com.android.support.constraint:constraint-layout:2.0.4")
implementation("com.google.android.exoplayer:exoplayer-core:${Versions.exoPlayer}")

Loading…
Cancel
Save