fix(deps): update dependency com.materialkolor:material-kolor to v3 (#1220)

This commit is contained in:
Cuong-Tran 2025-10-07 14:42:48 +07:00 committed by GitHub
parent 55e1cf4b25
commit 61a48e592d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -68,8 +68,7 @@ fun TachiyomiTheme(
if (seedColor != null) {
DynamicMaterialTheme(
seedColor = seedColor,
useDarkTheme = isSystemInDarkTheme(),
withAmoled = isAmoled,
isAmoled = isAmoled,
style = uiPreferences.themeCoverBasedStyle().get(),
typography = typography,
animate = true,

View file

@ -65,7 +65,7 @@ compose-webview = "io.github.kevinnzou:compose-webview:0.33.6"
compose-grid = "io.woong.compose.grid:grid:1.2.2"
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "3.0.0" }
palette-ktx = "androidx.palette:palette-ktx:1.0.0"
materialKolor = "com.materialkolor:material-kolor:2.1.1"
materialKolor = "com.materialkolor:material-kolor:3.0.1"
haze = "dev.chrisbanes.haze:haze:1.6.10"
swipe = "me.saket.swipe:swipe:1.3.0"