From 055e45125496368404bc8c93395e7524d0e32248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 09:35:24 +0000 Subject: [PATCH] Update dependency com.google.android.material:material to v1.12.0 (#252) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 e26935c..9b59d89 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ protobufPlugin = "0.9.4" # https://plugins.gradle.org/plugin/org.sonarqube sonarqube = "5.0.0.4638" # https://github.com/material-components/material-components-android/releases -material = "1.11.0" +material = "1.12.0" # https://developer.android.com/kotlin/ktx#core coreKtx = "1.13.1" # https://developer.android.com/jetpack/androidx/releases/appcompat