Skip to content

Commit

Permalink
Merge pull request #5392 from vector-im/eric/update-material-library-…
Browse files Browse the repository at this point in the history
…version

Upgrades to Material 1.5.0 (dependency only)
  • Loading branch information
bmarty authored Mar 1, 2022
2 parents d4caad1 + b1c2bcc commit 7e909de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/5392.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrades material dependency version from 1.4.0 to 1.5.0
3 changes: 1 addition & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ ext.libs = [
'espressoIntents' : "androidx.test.espresso:espresso-intents:$espresso"
],
google : [
// TODO There is 1.6.0?
'material' : "com.google.android.material:material:1.4.0"
'material' : "com.google.android.material:material:1.5.0"
],
dagger : [
'dagger' : "com.google.dagger:dagger:$dagger",
Expand Down

0 comments on commit 7e909de

Please sign in to comment.