From 6c848b4766d6fc9549b9c78e13b01c24d4e019db Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Tue, 19 Sep 2023 16:30:09 -0400 Subject: [PATCH] Update Google Material library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 051414ba0..831b758b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -229,7 +229,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.6.1' + implementation 'com.google.android.material:material:1.9.0' /** Third-party libraries **/ // Instance state boilerplate elimination