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:
parent
625962dc57
commit
a68510edbb
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue