From 31761e8508bea81163114975a0fdadfb6029f63f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 02:37:10 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.material:material to v1.12.0 --- src/mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mobile/build.gradle b/src/mobile/build.gradle index d9eabc6d..63947aa2 100644 --- a/src/mobile/build.gradle +++ b/src/mobile/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation 'androidx.mediarouter:mediarouter:1.0.0' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.material:material:1.0.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.palette:palette:1.0.0' implementation 'androidx.percentlayout:percentlayout:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0'