From cdabef99ba333506b0aa2d3ad210a5ec97bc1ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:58:19 +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-alpha09. - [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-alpha09) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-version: 1.14.0-alpha09 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..cd0a5956da 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-alpha09" media3 = "1.9.2" navigationKtx = "2.9.6" newpipeextractor = "v0.25.2"