From 942e38ef901146cab4f5eb696fab9049f6db1ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:33:40 +0000 Subject: [PATCH] Bump com.google.android.material:material from 1.11.0 to 1.12.0 Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.11.0...1.12.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a8d780a..93ec633 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ kotlinx-serialization = "1.6.3" kotlinx-coroutines = "1.8.0" kotlinx-datetime = "0.5.0" ktor = "2.3.10" -material = "1.11.0" +material = "1.12.0" maxSdk = "34" minSdk = "26" navigation = "2.7.7"