Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.google.android.material:material from 1.9.0 to 1.10.0 #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

Bumps com.google.android.material:material from 1.9.0 to 1.10.0.

Release notes

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

1.10.0

What's new since 1.9.0

Important

New minimum requirements for your app's project:

  • Update compileSdkVersion to 34

Dependency Updates

Dependency Previous version New version
Gradle 7.2.0 7.4.2
androidx.activity -- 1.8.0
androidx.appcompat 1.5.0 1.6.1
androidx.resourceinspection:resourceinspection-annotation -- 1.0.1
androidx.resourceinspection:resourceinspection-processor -- 1.0.1

Library Updates

  • A11y
    • Do not count headers for accessibility (917da52393a37695b8c611e130552babf7aea8bc)
  • Badging
    • Deprecate bottom badge gravities and update docs and usages in catalog (27abfdba4fd7622a1ca5aa95d20a0ba3d442b791)
    • Add new attribute for vertical offset when font is large (2362f4b64be9d6337e7a214f8338925ddcc32ab0)
    • Fix table formatting and remove unnecessary badge invalidation (44a97f4a83a68275311ad3ac544b3223c907564a)
    • Fix crash caused by non-ascii strings (532b65d008be12c6889aac1bc2de411af5356891)
    • Badge cleanup/fixes: (4d50aa41e714b4b0e0ec4a40672431d4d4f7d6d9)
    • Add attribute to automatically adjust badge so that it is within the anchor view's grandparent view's bounds (b706506c3d7e12df64375e116d587c2e9b96059b)
    • Add getters/setters for vertical and horizontal badge padding (a0d0b53472751ffafeacd829d5433afde7546db9)
    • Allow text strings in badges (c1ef52b8eaaad4bffe83ca0a7917406835ee5c7a)
    • Center badge content more correctly (fc0de1ba245186d9b74550f0ece2930aaf0df116)
    • Add padding in between top and bottom edges of badge and text (8499b83ba1fc6e211c8a7228947b03c1e3c30531)
    • Integrating tokens (68c844c91d9e54fca475bd503f01474f29cff559)
    • Add shape appearance for badges (2ddcfe46b7603c89b6715ac4406aa3eb6c275f60)
    • Update badge images (c1eba1b26809fdc529fc599fc48dea165a202e22)
  • BottomAppBar
    • Fix bug with transparent top app bar when in bottom app bar layout (c22eb0d31bbd1e87b244100b8ae7d5d7995394a6)
    • Fix issue with pre-21 FAB elevation/shadow sometimes appearing (2ea3df991f14488ef21593f5c72792dd470923d2)
  • BottomNavigationView
    • Integrate tokens and add shape appearance support (7bd97240786ad84eae6bdaac6b4fde767910022b)
  • BottomSheet
    • Fix sheet corners animation (a5ff190f529d2ce1e15906ca95ca5bc91b64a913)
    • Update bottom sheet documentation (af1fa709792e1225df3fc582321c6a8287a221bf)
    • Integrate tokens (86cd9d70bf770fe45b5cf1e6755b0e12938430db)
    • Add method to allow programmatically changing shouldRemoveExpandedCorners behavior (c8a0d478257069157d6c4c321735019f7daf4d25)
    • Update expanded corner removal to check if sheet view is actually at top of screen (1c01e8229700de423dcfbf63b0122cd96056bce7)

... (truncated)

Commits
  • 5a45d85 Update library version to 1.10.0
  • 4faa81c [Gradle] Update androidx.activity dependency to version 1.8.0
  • 7160a68 [Gradle] Update androidx.activity dependency to version 1.8.0-rc01
  • e8af8f9 [Predictive Back][Search] Fix issue where modal accessibility is not reset af...
  • 4442635 [Catalog][Predictive Back][Side Sheet] Update side sheet state handling to be...
  • 386d47b [Catalog][Predictive Back][Bottom Sheet] Update bottom sheet state handling t...
  • bcc2f91 Update library version to 1.10.0-rc01
  • bb0973f [Gradle] Update androidx.activity dependency to version 1.8.0-beta01
  • a5ff190 [BottomSheet] Fix sheet corners animation
  • dfd9bfb [M3][Color] Remove resources loader support for tonal surface update
  • 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.9.0 to 1.10.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.9.0...1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 5, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants