From 55e1cf4b25b5fbdf0fe4c05da6503e3d47872472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:20:57 +0700 Subject: [PATCH] fix(deps): update dependency com.google.android.material:material to v1.13.0 (#1214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 603a7c661..8d2a60658 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1" richeditor-compose = "com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc13" -material = "com.google.android.material:material:1.12.0" +material = "com.google.android.material:material:1.13.0" flexible-adapter-core = "com.github.arkon.FlexibleAdapter:flexible-adapter:c8013533" photoview = "com.github.chrisbanes:PhotoView:2.3.0" directionalviewpager = "com.github.tachiyomiorg:DirectionalViewPager:1.0.0"