Skip to content

Bump com.materialkolor:material-kolor from 4.1.1 to 5.0.0 - #44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.materialkolor-material-kolor-5.0.0
Open

Bump com.materialkolor:material-kolor from 4.1.1 to 5.0.0#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.materialkolor-material-kolor-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps com.materialkolor:material-kolor from 4.1.1 to 5.0.0.

Release notes

Sourced from com.materialkolor:material-kolor's releases.

5.0.0

What's Changed

  • Material 3 Expressive! 🎉
  • Kotlin 2.4.0
  • Gradle 9.6.1
  • Compose Multiplatform 1.11.0

BREAKING CHANGES

The x64 macos and ios target have been removed.

Material3 Expressive is officially stable, and now available in MaterialKolor:

@OptIn(ExperimentalMaterial3ExpressiveApi::class)
@Composable
fun MyExpressiveTheme(
  seedColor: Color,
  isDark: Boolean = isSystemInDarkTheme(),
  content: @Composable () -> Unit
) {
  DynamicMaterialExpressiveTheme(
    seedColor = seedColor,
    motionScheme = MotionScheme.expressive(),
    isDark = isDark,
    animate = true,
    content = content,
  )
}

PRs

New Contributors

Full Changelog: jordond/MaterialKolor@4.1.1...5.0.0

5.0.0-alpha07

What's Changed

  • Compose Multiplatform 1.11.0-alpha03
  • Kotlin 2.3.10

... (truncated)

Commits
  • 13c67cf add expressive (#499)
  • cbfaeec fix build warning
  • ebf9627 chore: July 2026 dependency updates (#498)
  • a6b9c30 Add Contributor Covenant Code of Conduct
  • eb83c0e chore: migrate to AGP 9.2.1 and new KMP android DSL (#497)
  • 0a3de07 Bump mcu-upstream submodule to yellow hue tone-99 fix
  • 90e4d82 Add consumer ProGuard rules for top-level Kotlin API (#496)
  • 2fd13c3 Port upstream fix: yellow hue tone-99 chroma handling (#495)
  • 814892e chore(deps): update dependency dev.drewhamilton.poko to v0.22.0 (#483)
  • 7ac4768 chore(deps): update plugin com.gradle.develocity to v4.4.0 (#489)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.materialkolor:material-kolor](https://github.com/jordond/materialkolor) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/jordond/materialkolor/releases)
- [Commits](jordond/MaterialKolor@4.1.1...5.0.0)

---
updated-dependencies:
- dependency-name: com.materialkolor:material-kolor
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants