Update dependency com.materialkolor:material-kolor to v2 (#406)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-29 13:13:58 +07:00 committed by Cuong-Tran
parent 625962dc57
commit a68510edbb
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 2 additions and 2 deletions

View file

@ -279,7 +279,7 @@ dependencies {
// KMK -->
implementation(libs.palette.ktx)
implementation(libs.material.kolor)
implementation(libs.materialKolor)
implementation(libs.haze)
implementation(compose.colorpicker)
implementation(projects.flagkit)

View file

@ -66,7 +66,7 @@ compose-webview = "io.github.kevinnzou:compose-webview:0.33.6"
compose-grid = "io.woong.compose.grid:grid:1.2.2"
compose-stablemarker = "com.github.skydoves:compose-stable-marker:1.0.5"
palette-ktx = "androidx.palette:palette-ktx:1.0.0"
material-kolor = "com.materialkolor:material-kolor:1.7.1"
materialKolor = "com.materialkolor:material-kolor:2.0.0"
haze = "dev.chrisbanes.haze:haze:0.7.3"
swipe = "me.saket.swipe:swipe:1.3.0"