From d77c3cab12202d8419af2cdb8fae11e981ccb7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:24:15 +0000 Subject: [PATCH] Chore(deps): Bump com.google.android.material:material Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.14.0-alpha08 to 1.14.0-alpha10. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.14.0-alpha08...1.14.0-alpha10) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0-alpha10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 a836a75fbd..86dc26af23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ juniversalchardet = "2.5.0" kotlinGradlePlugin = "2.3.0" kotlinxCoroutinesCore = "1.10.2" lifecycleKtx = "2.9.4" -material = "1.14.0-alpha08" +material = "1.14.0-alpha10" media3 = "1.9.2" navigationKtx = "2.9.6" newpipeextractor = "v0.25.2"