From e8231eee7a56b27e8a401217d4f129eae4948d96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:08:05 +0000 Subject: [PATCH] Update dependency com.google.android.material:material to v1.13.0 --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 69cddbe..2a65ff3 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -37,7 +37,7 @@ android { dependencies { implementation("androidx.core:core-ktx:1.7.0") implementation("androidx.appcompat:appcompat:1.4.0") - implementation("com.google.android.material:material:1.4.0") + implementation("com.google.android.material:material:1.13.0") implementation("com.hankcs:aho-corasick-double-array-trie:1.2.3") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.3")