Skip to content

Commit

Permalink
Update dependency com.materialkolor:material-kolor to v2 (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and cuong-tran committed Oct 29, 2024
1 parent f0ba9b6 commit 67f43f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67f43f8

Please sign in to comment.