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

View file

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