From 83e1bf7a3f22b76e3f21e1325857b3e3cec9fc44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:49:32 +0000 Subject: [PATCH] build: Bump com.google.android.material:material in /android Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.10.0 to 1.14.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.10.0...1.14.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f2cb8cd..b88c965 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -145,6 +145,6 @@ tasks.named('preBuild').configure { dependsOn stageGoemonAssets } dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' }