From 0a23e39735bcb3022aa20a912e43d91b2c503267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 05:28:44 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.10.0 to 1.11.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.10.0...1.11.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] --- basicSample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicSample/build.gradle b/basicSample/build.gradle index ef2f50fd..7117ed4a 100644 --- a/basicSample/build.gradle +++ b/basicSample/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation project(':serviceLibrary') implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:$logcatVersion"