Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps com.google.android.material:material from 1.13.0-alpha01 to 1.13.0-alpha12.

Release notes

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

1.13.0-alpha12

Important

Dependency Updates

Dependency Previous version New version
androidx.appcompat:appcompat 1.6.1 1.7.0
androidx.constraintlayout:constraintlayout 2.0.1 2.1.0
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476db68ffc15151b742516da2f7e8c4a98f7)
  • Catalog
    • Migrated builds to use a version catalog (4662301f7bfe14a12d92caa22040f059609d3e4e)
    • Add demo for 3 item docked toolbar demo (d51f8c9cbe00b76a2a8e27bd8d31218ec4e245dc)
    • A11y fixes for floating and docked toolbar (b085829579624d59e8bf77b7f9e246fe97e18003)
    • Added the button group distribution demo in catalog. (828c93234bd0cc38a7d0d707a1cd3c6dfc9ebf3c)
    • icon is square (37a84d5be301e673efd0405d6b70eb3ad4c568e6)
  • Dialog
    • Fixed issue with child views overflowing from the alert dialog. (1ee9a862383d86594aa335505adb8f724f90ff7e)
  • DockedToolbar
    • Fix typo in DockedToolbar doc (0c83f50bfc1d1380057c9b5fe7758c6000946bc2)
  • FloatingActionButton
    • Restored public jumpDrawablesToCurrentState method (6f41625f5780d8d3e9a0261ee23b84f08b46dcd2)
    • Fixed wrong elevation per state. (f5139149ef8b539ddf2fede0f33ef4fde8a4aef9)
    • Improved readability. (949b05742ff8811ccb5896c1859c3dce324dd9df)
    • Fixed wrong elevation per state. (db7fe20962fc83cd21eb8ad27f7e047b7e8d03d7)
    • Merged FABImpl and FABImplLollipop classes, since no pre-lollipop is supported. (da442bef3b9837a4e456b4558509d823bbf70bb5)
    • Integrated new token sets. (4a841f5611f4150d4731bddede53770366772316)
    • Integrated to new token sets. (7e63ca14ea5f7f0f0d3c2ac9f88e81d38e71bf39)
  • FloatingToolbar
    • Fix for insets handling adding insets on every onApplyWindowInsets call (393828419fab676132536b49f33ed4c7c57167d8)
  • LoadingIndicator
    • Fix handling of negative morphFraction (e169ffc9168d953f8ee8367c2b642d55fbbc7dff)
  • MaterialButton
    • Fixed the content description in distribution demo. (d54087efb03470cae15e3ae5b4b12fa0a20d7877)
    • Added Expressive styles. (c806284bacaa1708c8534d54be0d750a6066efab)
    • Fixed the bug of size morph not working with layout_weight. (b6400780e48ad8f50536cd93611e845502caf467)
    • Added flags to prevent unnecessary updates to child shape. (ed528c69c725536c4b6123d7b5501ca8b1a79aeb)
  • MaterialDatePicker
    • Disable next/prev button when the selected month is at the boundary (71287c67dd40e6db935a515379ccd33c72fc7c6f)
  • ProgressIndicator
    • Added the customization of setting the stop inidcator padding. (0b89ef4e652b906ebc3bb98ac67479f6b956d487)
    • Added fraction support in track corner radius. (2e97dd672eafe77c565895daa67d3580a9cf13aa)

... (truncated)

Commits
  • b5ff302 [Release] Update library version to 1.13.0-alpha12
  • 27f0cd7 [Build] Moved component inclusion into afterEvaluation block
  • a8d492c [Build] Moved back to Java 8 source and target compatibility
  • 1ee9a86 [Dialog] Fixed issue with child views overflowing from the alert dialog.
  • 37adad2 [Tokens] Update tokens to 16.0.2
  • 09d2566 [MaterialToolbar][SearchBar] Update AppCompat dependency to 1.7.0 stable and ...
  • 0697f6f [Gradle] Enable non transitive R classes (resource namespacing) and fix errors
  • e3f29ec [Docs] Internal change
  • 0b89ef4 [ProgressIndicator] Added the customization of setting the stop inidcator pad...
  • a822f4f Automated g4 rollback of changelist 738491983
  • 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-alpha01 to 1.13.0-alpha12.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.13.0-alpha01...1.13.0-alpha12)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 1, 2025

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

Superseded by #23.

@dependabot dependabot bot closed this May 1, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.google.android.material-material-1.13.0-alpha12 branch May 1, 2025 15:52
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