fix(deps): update dependency com.materialkolor:material-kolor to v3 (#1220)
This commit is contained in:
parent
55e1cf4b25
commit
61a48e592d
2 changed files with 2 additions and 3 deletions
|
|
@ -68,8 +68,7 @@ fun TachiyomiTheme(
|
||||||
if (seedColor != null) {
|
if (seedColor != null) {
|
||||||
DynamicMaterialTheme(
|
DynamicMaterialTheme(
|
||||||
seedColor = seedColor,
|
seedColor = seedColor,
|
||||||
useDarkTheme = isSystemInDarkTheme(),
|
isAmoled = isAmoled,
|
||||||
withAmoled = isAmoled,
|
|
||||||
style = uiPreferences.themeCoverBasedStyle().get(),
|
style = uiPreferences.themeCoverBasedStyle().get(),
|
||||||
typography = typography,
|
typography = typography,
|
||||||
animate = true,
|
animate = true,
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ compose-webview = "io.github.kevinnzou:compose-webview:0.33.6"
|
||||||
compose-grid = "io.woong.compose.grid:grid:1.2.2"
|
compose-grid = "io.woong.compose.grid:grid:1.2.2"
|
||||||
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "3.0.0" }
|
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "3.0.0" }
|
||||||
palette-ktx = "androidx.palette:palette-ktx:1.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"
|
haze = "dev.chrisbanes.haze:haze:1.6.10"
|
||||||
|
|
||||||
swipe = "me.saket.swipe:swipe:1.3.0"
|
swipe = "me.saket.swipe:swipe:1.3.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue