From b4e5f5311af2b39e336234d0eeb5c97cc9e6f8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:41:40 +0000 Subject: [PATCH] Bump com.google.android.material:material in /ready-to-use-ui-demo Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.4.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.4.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] --- ready-to-use-ui-demo/rtu_ui_components/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ready-to-use-ui-demo/rtu_ui_components/build.gradle b/ready-to-use-ui-demo/rtu_ui_components/build.gradle index a8f4b612..cfe9c4a1 100644 --- a/ready-to-use-ui-demo/rtu_ui_components/build.gradle +++ b/ready-to-use-ui-demo/rtu_ui_components/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.constraintlayout:constraintlayout-solver:2.0.4") implementation("androidx.recyclerview:recyclerview:1.3.2") - implementation("com.google.android.material:material:1.9.0") + implementation("com.google.android.material:material:1.11.0") def coroutines_version = "1.7.3" implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")