From 304c8256a1b18f4a0070d7b8d4e84fa19c2fb44e Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Fri, 6 Oct 2023 08:15:41 +0200 Subject: [PATCH] Update Android Material to 1.10.0 Closes: #336 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bc9fe56..db012a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'androidx.browser:browser:1.6.0' implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.10.0' implementation 'org.apache.commons:commons-lang3:3.13.0' implementation 'io.reactivex.rxjava3:rxjava:3.1.8'