From d433bec052781b296ff0152f8820dfa4a56ae61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:55:38 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.9.0 to 1.10.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 658e5932..a8c8ceb5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ play { dependencies { implementation project(':CommonUtils') implementation 'com.facebook.shimmer:shimmer:0.5.0' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.10.0' implementation 'org.apmem.tools:layouts:1.10@aar' implementation 'com.squareup.okhttp3:okhttp:4.12.0'