Skip to content

Upgrade material3 dependency from alpha to stable #89

@HayatoYagi

Description

@HayatoYagi

Problem

libs.versions.toml specifies material3 = "1.10.0-alpha05". Shipping an alpha dependency in a release application risks:

  • Breaking API changes between alpha → stable
  • Unexpected visual regressions from alpha bug fixes
  • User-facing bugs from unfinished alpha features

Suggestion

Pin to the latest stable release of androidx.compose.material3. Check https://developer.android.com/jetpack/androidx/releases/compose-material3 for the current stable version.

Impact

Stability — alpha dependencies can change or break between releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions