Merge pull request #6216 from vector-im/dependabot/gradle/com.google.android.material-material-1.6.1

Bump material from 1.6.0 to 1.6.1
This commit is contained in:
Adam Brown 2022-06-01 13:48:09 +01:00 committed by GitHub
commit 033b877269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ ext.libs = [
'transition' : "androidx.transition:transition:1.2.0",
],
google : [
'material' : "com.google.android.material:material:1.6.0"
'material' : "com.google.android.material:material:1.6.1"
],
dagger : [
'dagger' : "com.google.dagger:dagger:$dagger",