Browse Source

Merge branch 'renovate/com.google.android.material-material-1.x' into 'develop'

chore(deps): update dependency com.google.android.material:material to v1.8.0

See merge request funkwhale/funkwhale-android!301
pipelines/28335
Ryan Harg 2 years ago
parent
commit
019962c5a1
  1. 2
      app/build.gradle.kts

2
app/build.gradle.kts

@ -179,7 +179,7 @@ dependencies {
implementation("androidx.preference:preference-ktx:1.2.0") implementation("androidx.preference:preference-ktx:1.2.0")
implementation("androidx.recyclerview:recyclerview:1.2.1") implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.google.android.material:material:1.7.0") implementation("com.google.android.material:material:1.8.0")
implementation("com.android.support.constraint:constraint-layout:2.0.4") implementation("com.android.support.constraint:constraint-layout:2.0.4")
implementation("com.google.android.exoplayer:exoplayer-core:2.18.1") implementation("com.google.android.exoplayer:exoplayer-core:2.18.1")

Loading…
Cancel
Save