From 33e24e4d0dee927ff380fbbcb2472ff6e90bcf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:55:34 +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.12.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.12.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d8d7792..af240c2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") - implementation("com.google.android.material:material:1.12.0") + implementation("com.google.android.material:material:1.14.0") compileOnly("io.github.libxposed:api:101.0.1") implementation("io.github.libxposed:service:101.0.0")