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

Bump material from 1.5.0 to 1.6.0
This commit is contained in:
Benoit Marty 2022-05-10 09:55:43 +02:00 committed by GitHub
commit e05684d078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ ext.libs = [
'espressoIntents' : "androidx.test.espresso:espresso-intents:$espresso"
],
google : [
'material' : "com.google.android.material:material:1.5.0"
'material' : "com.google.android.material:material:1.6.0"
],
dagger : [
'dagger' : "com.google.dagger:dagger:$dagger",