From c8a3b6b37ab6967339e55886afcc06f6c757ccf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:37:06 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.material:material to v1.14.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 14 ++++++++++++++ lib/build.gradle | 2 +- sample/build.gradle | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index f4b7ac61..1ed80cba 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -44,6 +44,7 @@ + @@ -756,6 +757,11 @@ + + + + + @@ -7910,6 +7916,14 @@ + + + + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 60a3d86b..059aed11 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -139,7 +139,7 @@ dependencies { implementation 'androidx.core:core:1.18.0' implementation 'androidx.fragment:fragment:1.8.9' - implementation 'com.google.android.material:material:1.13.0' + implementation 'com.google.android.material:material:1.14.0' api 'com.google.code.gson:gson:2.14.0' diff --git a/sample/build.gradle b/sample/build.gradle index c30b2c21..d8a1faa9 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'com.google.android.material:material:1.13.0' + implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'com.squareup.retrofit2:retrofit:3.0.0'