Skip to content

Bump com.google.android.material:material from 1.13.0-alpha11 to 1.14.0-alpha03#301

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

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

Release notes

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

1.14.0-alpha03

Important

  • The compileSdkVersion was updated to 35.

Dependency Updates

None

Library Updates

  • BottomSheet
    • Make handle respond to keyboard input (1ee07687af2c4c84f515e45c1b809d65aeecbbf4)
  • Catalog
    • Deleted BottomWindowInsetsView and replaced with setOnApplyWindowInsetsListener (304282932088e41bda8f43b763d4b467b0b20b51)
    • Add tooltip to overflow button in Overflow Layout and update docked toolbar + floating toolbar demos to have tooltips (ef6e07da3f04965901132b8a1def2a105aeed782)
    • Fix Navigation Drawer demo to undo keyboard navigation clusters in AppBarLayout/Toolbar (26ced72ec3d7f220f3b94b9ae2760a37901c6e4e)
    • Update demos to close drawers on esc key press and add guidance in docs (1f10e0bbb9da869cca63839bc0793d513cc27799)
    • Set container content to non-focusable to avoid the container getting focus (ac47c7f9a965d004074cd315aabfd88d3566f5a2)
  • Chip
    • Fix close icon tint (09e77fa14a025cf225e167c00303580057684dfc)
  • Documentation
    • Updated getting started page for new change in R files starting in 1.14.0. (88f76e368aff3b201a443af40f77db74b11ab6ba)
  • FloatingActionButton
    • Use the current labelOpacity as the initial animation value (1b083360c88a748ca1352e1c61923a4bc5b62f0e)
  • LoadingIndicator
    • Added a default static drawable, which is displayed when the animation is disabled. (2ca567def6acdab900c6c70053e271f5333e5f1c)
    • Fixed the animation no constant rotation. (f300ba0e7dcc0dd1c2f68172316d7ddcedb55b3c)
  • MaterialButton
    • Update corner radius behavior to override StateListShapeAppearance if set (85e2fd04bd9714ec15467f516b8aa367f1b005ba)
  • MaterialCardView
    • Allow selection using keyboard (e889bc21f734f54aefacc2101d09f66ee1c49242)
  • MaterialDatePicker
    • Enable autosizing for day of week labels (3e5c1a87ddedf612d66318e7ee116f616615c5f6)
    • Fix Talkback issues with the hint text by adding a TtsSpan.TYPE_VERBATIM so that the hints are read as verbatim text by screen readers. (7c162ef28c4efa12ee46d79e2368bc537fde2bda)
  • MaterialShapeDrawable
    • Introduce ShapeAppearance interface to reduce branching between ShapeAppearanceModel and StateListShapeAppearanceModel (4db190003e21a1afd472a0b930a579e85adcff8a)
  • ProgressIndicator
    • Updated to not throw exceptions for calling setIndeterminateDrawable and setDeterminateDrawable during the initialization. (e39f765a9da10ec0a66e0359e9d38ae07be7d346)
    • Added APIs for customizing wave amplitude ramping. (24cddabbb81998520fbfd64df301c7dc8c1dd5b3)
  • Search
    • Set touchscreenBlocksFocus to false to enable keyboard navigation between searchview (ef95e93400daed9251ddd96b45297f082c173f3c)
  • TimePicker
    • Default to text input mode in landscape (dcfe2ee9eefba52c59e864997e8d54686facbebc)
    • Add toggle button, split button, and time picker AM/PM sound effects. (3625174cc338655d6e6772d69cb1592795dcceb4)
  • Other
    • Update library version to 1.14.0-alpha03 (66a52b15ec80545bd8ef863d36cecea4cdaca4ad)
    • Ignore bottom gesture inset if anchor view is specified to avoid infinite loop flicker (5853d725fab2dcaa8d71cd792aa921b5d5b82fda)
    • [Internal] Restore binary compatibility (ViewOverlay) (a17e208d45ee3e03727f7600ef793abd360d221d)

Full list of changes

material-components/material-components-android@1.14.0-alpha02...1.14.0-alpha03

... (truncated)

Commits
  • 66a52b1 [Release] Update library version to 1.14.0-alpha03
  • 85e2fd0 [MaterialButton] Update corner radius behavior to override StateListShapeAppe...
  • e39f765 [ProgressIndicator] Updated to not throw exceptions for calling `setIndetermi...
  • 4db1900 [MaterialShapeDrawable] Introduce ShapeAppearance interface to reduce branchi...
  • 24cddab [ProgressIndicator] Added APIs for customizing wave amplitude ramping.
  • 7a189d5 [Badges] Restructure the documentation for clarity.
  • 3d43f71 [Progress Indicators] Resolved video rendering issue on GitHub by replacing m...
  • 1cbf701 [Docs] Updated Slider doc to make it more user friendly
  • 2ca567d [LoadingIndicator] Added a default static drawable, which is displayed when t...
  • abb48f9 [Docs] Updated Docked Toolbar doc to make it more user friendly and created t...
  • 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-alpha03.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.13.0-alpha11...1.14.0-alpha03)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-version: 1.14.0-alpha03
  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 Jul 28, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/master/com.google.android.material-material-1.14.0-alpha03 branch August 18, 2025 08:32
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.

1 participant