Update Google Material to 1.6.1

This commit is contained in:
TacoTheDank 2022-07-24 16:51:26 -04:00
parent f01995f8ee
commit 427ff7857e
2 changed files with 5 additions and 3 deletions

View file

@ -218,7 +218,7 @@ dependencies {
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
/** Third-party libraries **/
// Instance state boilerplate elimination