Skip to content

Bump com.google.android.material:material from 1.13.0-alpha11 to 1.14.0-alpha02#294

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/master/com.google.android.material-material-1.14.0-alpha02
Closed

Bump com.google.android.material:material from 1.13.0-alpha11 to 1.14.0-alpha02#294
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/master/com.google.android.material-material-1.14.0-alpha02

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps com.google.android.material:material from 1.13.0-alpha11 to 1.14.0-alpha02.

Release notes

Sourced from com.google.android.material:material's releases.

1.14.0-alpha02

Important

  • The compileSdkVersion was updated to 35.

Dependency Updates

Dependency Previous version New version
androidx.core.core 1.6.0 1.16.0

Library Updates

  • AppBar
    • Fixed the bug that setBackground will reset the internal MaterialShapeDrawable for lift-on-scroll feature. (1adc50110ed6491661f89aa535355b1480fac73a)
  • BottomSheet
    • Fixed crash when protections are set before setContentView is called (d2119098489f6f6b55d77f2c7966b8ddf16c90ed)
    • Added half-expanded state description for accessibility (95e7b452088d88005982a3f29ec212ef7ee8696d)
    • Added support for androidx.core ProtectionLayout API and update dependency to 1.16 (e7f9f639d2f4a3b9f619ce704df82cbb14e49222)
  • Catalog
    • Made buttons tonal instead of outlined (1c2beb13199e8762e28fadd416cff803623c99a2)
    • Updated NavRail description in catalog (1dc3923bf7688d3a40510faf666517ebac1439b2)
    • Updated FAB Menu demo title string to make it more clear it is via Compose interop (2554c4f7eba0d0b1bc707748f478d220c4f04e6d)
    • Suppress unchecked cast warning in TocAdapter (b92bc51771a62440c253bbec4509751233f4e3e8)
    • Added Catalog demo to show using Compose FAB Menu in Views via interop (638156d1a10dd1404f926837dee4c78843c93470)
  • Chip
    • Get default minTouchTargetSize from material attributes (ae686543ffdedfe2c17f7d6648cc2749f28f6d59)
  • Documentation
    • Added Material3Expressive theme content to getting started page (a860782978347d0cce0f4a83a786435752f59082)
    • Updated Badges doc to make it more user friendly (a1e2f9e31fde54ae8acc7a5d3e7da0c8c6d68599)
    • Updated Search Bar doc to make it more user friendly (e249abfd9b57eebd7afa2f8e6934056225229411)
    • Updated Switch doc to make it more user friendly (fd5200c6f3999aa0162b6ee1acd8c345c20b4027)
    • Fixed expanded attr and method references in NavigationRail and BottomNavigation (a54e07e4c426025acabe5e6e2c209c4a250c169f)
    • Updated Material Text View doc to make it more user friendly (4a5da9a391eefbe4962946f919c3f6d624bead33)
    • Updated Split Button usage documentation (86372cada31ac19499189ef934e560eb30d771d9)
    • Updated Divider doc to make it more user friendly (af387d04049f47eaec928c5369e9fc27365575d0)
    • Updated Checkbox doc to make it more user friendly. (20d263e1651c88efe07f62e00c8e83c6213be172)
    • Updated Chips doc to make it more user friendly (5a37cf9633db76d0f3f7f8b2a3860d32218f7560)
    • Fixed Dialog spec link (0764d31a4ac64c4568f7642f397fd32d53b9f241)
    • Updated Floating and Docked toolbar docs (8f11252b7c5931041f75523ec922969731a91af0)
  • FloatingActionButton
    • Fixed labelOpacity property (6b41a60af9a5e197739fde328b95ff37e341262b)
    • Fixed typos in comments (2f79f3106470720e83731dd510715d5c6c754416)
    • Fixed the width calculation in the wrap_content extend strategy (a3a7d86cba91e07d200cbc04045276f8ef256ffc)
  • MaterialButton
    • Updated the shapes of buttons when the orientation is changed. (bbd942c11b377065f1edcbbca8aee4bdadbcc438)
    • Fixed connected button groups to not morph button size. (0e6d4f4658ea6b2cd55dab0618bcca2768f1c7d6)
    • Fixed width morph in vertical button groups. (6d8d750735f2e62b64bcd801dc2184ae6e6f5cb8)
    • Fixed checked non-checkable button not recover shape and container color (7df9b07882f7340c749f90c2b3b235783282fd4b)
    • Overflow menu item's text should be CharSequence (7428b2b49b4131ae83dddeee196ae8b38c284860)
    • Use button's text or content description as default menu item text. (fa0e9083404592f31f23ccd696d5e5428cdf22bf)
    • Added overflow feature. (981877d06da5c25dd8efa0ba5c0f0ecac470f469)
  • MaterialDatePicker

... (truncated)

Commits
  • 827e440 [Release] Updated library version to 1.14.0-alpha02
  • eb935e6 [Process] Updated component string translations
  • a1e2f9e [Docs] Updated Badges doc to make it more user friendly
  • 6b41a60 [FloatingActionButton] Fix labelOpacity property
  • bbd942c [MaterialButton] Updated the shapes of buttons when the orientation is changed.
  • 0e6d4f4 [ButtonGroup] Fixed connected button groups to not morph button size.
  • b5aee66 [TimePicker][a11y] Set accessibilityDelegate for time announcement when editing
  • 787ad71 [Date Picker][A11y] Replace deprecated announcement API with accessibility pa...
  • 6d8d750 [Button] Fixed width morph in vertical button groups.
  • dadbfa4 [LinearProgressIndicator] Fix stop indicator size when changing track thickness
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.google.android.material:material](https://github.com/material-components/material-components-android) from 1.13.0-alpha11 to 1.14.0-alpha02.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.13.0-alpha11...1.14.0-alpha02)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-version: 1.14.0-alpha02
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 23, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Superseded by #301.

@dependabot dependabot bot closed this Jul 28, 2025
@dependabot dependabot bot deleted the dependabot/gradle/master/com.google.android.material-material-1.14.0-alpha02 branch July 28, 2025 03:03
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