update android material to 1.6.0 (#2524)
This commit is contained in:
parent
7a5175c266
commit
bdd94d43c5
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ dependencies {
|
|||
kapt "androidx.room:room-compiler:$roomVersion"
|
||||
implementation 'androidx.core:core-splashscreen:1.0.0-beta02'
|
||||
|
||||
implementation "com.google.android.material:material:1.5.0"
|
||||
implementation "com.google.android.material:material:1.6.0"
|
||||
|
||||
implementation "com.google.code.gson:gson:2.9.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue