From e70e8d0c152011352f9638ce30666a023014dc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:24:43 +0000 Subject: [PATCH] build(deps): bump com.google.android.material:material Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.11.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.11.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] --- app/build.gradle | 2 +- test-detector/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 79e9a5cd..32661701 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.preference:preference:1.2.1' - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.14.0' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.elvishew:xlog:1.11.1' implementation 'io.noties.markwon:core:4.6.2' diff --git a/test-detector/build.gradle b/test-detector/build.gradle index 3b02d150..cd133550 100644 --- a/test-detector/build.gradle +++ b/test-detector/build.gradle @@ -28,5 +28,5 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.14.0' }