gradle: Update Material to 1.3.0

This commit is contained in:
Ryan Pavlik 2021-05-18 11:55:21 -05:00
parent 52e75e8e27
commit 892bfc1071

View file

@ -16,8 +16,7 @@ buildscript {
hiltVersion = '2.35.1'
// Saw some breakage when updating to 1.2?
materialVersion = "1.1.0"
materialVersion = "1.3.0"
}
repositories {
google()