update android material to 1.6.0 (#2524)

This commit is contained in:
Konrad Pozniak 2022-05-17 19:56:12 +02:00 committed by GitHub
parent 7a5175c266
commit bdd94d43c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ dependencies {
kapt "androidx.room:room-compiler:$roomVersion" kapt "androidx.room:room-compiler:$roomVersion"
implementation 'androidx.core:core-splashscreen:1.0.0-beta02' 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" implementation "com.google.code.gson:gson:2.9.0"