Update dependency com.google.android.material:material to v1.13.0 #277

Merged
bot merged 1 commits from renovate/com.google.android.material-material-1.x into main 2025-09-08 04:08:06 +02:00
Member

This PR contains the following updates:

Package Type Update Change
com.google.android.material:material dependencies minor 1.12.0 -> 1.13.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

material-components/material-components-android (com.google.android.material:material)

v1.13.0

Compare Source

New in 1.13.0!

Important

  • Required minSdkVersion is now 21 or higher, for Material and AndroidX.
  • Now built with compileSdkVersion 35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, and android.nonTransitiveRClass=true.
  • Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the Material3Expressive themes/styles in conjunction with new components mentioned above.

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
androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0
androidx.graphics:graphics-shapes N/A 1.0.1
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4c)
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476)
    • Prevent hide on scroll when Talkback is on (d560705)
    • Add missing 'button' mention to Talkback output for close icon. (79bd7d7)
  • BottomNavigationView
    • Update catalog demo to demonstrate adaptive bottom navigation bar (76936c4)
    • Fix early return in setItemGravity() (8a4d3c6)
  • BottomSheet
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254)
    • Fix keyboard animation on Android 14 (a0b4dfa)
    • Fixed main catalog demo cutting off content when screen size is too small. (005687d)
    • Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6)
  • Carousel
    • Recyclerview children do not inherit layout direction (ca0b870)
    • Update keyline state if necessary if item size changes (52228c1)
    • Update multi-browse strategy to always have at least 1 medium item (916e908)
    • Recalculate keyline state if it doesn't match the current container size (d0f5d72)
  • Checkbox
  • Chip
    • Get default minTouchTargetSize from material attributes (436437a)
    • Add a show all Chip for a11y (8e33421)
    • Updated flow layout to correctly layout padding when in RTL. (1eaf483)
    • Fix close icon focus ripple (a7ff8c9)
  • CollapsingToolbarLayout
    • Added multiple subtitle support. (57297ae)
    • Fixed incorrect title and subtitle positioning. (8598aa6)
  • Color
    • Updated to only draw surface color under the button's stroke when the buttons are actually overlapped. (7ae12b5)
    • ColorResourcesTableCreator: Fix length encoding for utf8 strings (7c62429)
    • ColorResourcesTableCreator: Fix resource entry names (443eaa5)
    • Added M3 colors in M3 ThemeOverlay. (ede0713)
  • Dialog
    • Add m3 styles for floating toolbar and docked toolbar for dialog (1b58f5f)
    • Fixed issue with child views overflowing from the alert dialog. (1ee9a86)
  • DockedToolbar
    • Include IME in insets (834ce09)
    • Fix typo in DockedToolbar doc (0c83f50)
    • Add new demo to show fewer items (68a79d7)
    • Add docs (08a8893)
    • Adding inset padding attributes (1fd228b)
    • Create DockedToolbarLayout (51873bb)
  • FloatingActionButton
    • Fix the width calculation in the wrap_content extend strategy (1e06f7c)
    • Added medium FAB and s/m/l extended FABs to Material3. (870ace3)
    • Restored public jumpDrawablesToCurrentState method (6f41625)
    • Fixed wrong elevation per state. (f513914)
    • Improved readability. (949b057)
    • Fixed wrong elevation per state. (db7fe20)
    • Merged FABImpl and FABImplLollipop classes, since no pre-lollipop is supported. (da442be)
    • Integrated new token sets. (4a841f5)
    • Integrated to new token sets. (7e63ca1)
  • FloatingToolbar
    • Added m3 styles for buttons and theme overlays (4b9df08)
    • Integrate tokens and add m3 styles (f223b26)
    • Fix for insets handling adding insets on every onApplyWindowInsets call (3938284)
    • Floating toolbar should not enforce disappear on scroll behaviour within CoordinatorLayouts (85c4e0f)
    • Add inset handling (05f8c52)
    • Removed floating toolbar-specific icon button styles from theme overlay (7f88784)
    • Update styles to consolidate horizontal/vertical styles to a single style (b07e48b)
  • LoadingIndicator
    • Added a default static drawable, which is displayed when the animation is disabled. (f89b8af)
    • Fixed the animation no constant rotation. (1886cf0)
    • Fix handling of negative morphFraction (e169ffc)
  • MaterialButton
    • Updated the shapes of buttons when the orientation is changed. (e722464)
    • Fixed connected button groups to not morph button size. (df9074c)
    • Fixed width morph in vertical button groups. (fb81974)
    • Fixed a bug that checked state in XML was not respected. (0c5b17a)
    • Test improve memory usage when materialSizeOverlay is used. (571a196)
    • Update split button styles to lessen maker specification requirements and support consistency. (2aadbd1)
    • Add a demo to programmatically add/remove buttons in a button group. (4f55422)
    • Added a click action and toggleable control in button group demo. (8e52e94)
    • Fixed minor issues in button group demo and toggle group demo. (5161e71)
    • Added adaptation section in dev doc. (f61cea5)
    • Fixed the bug of size morph not working with layout_weight. (d791fad)
    • Added optical center feature. (2667e09)
    • Updated XML for split button examples in documentation for improved accuracy. (ede1bdc)
    • Fixed the content description in distribution demo. (d54087e)
    • Fixed the bug of size morph not working with layout_weight. (b640078)
    • Added flags to prevent unnecessary updates to child shape. (ed528c6)
    • Fixed the translationz value for hovered state of elevated button. (0c4ed7e)
    • Cleanup (8c263bb)
    • Added PopupMenu to the SplitButton demo. (7a6866c)
  • MaterialDatePicker
    • Replace the deprecated announcement API used for month navigation (6a3d13f)
    • Fix bug causing undesired screenshot changes (71bfc93)
    • Fix accessibility focus landing on first day of month after year selection (39dd3a4)
    • Translate fixed a11y announcements. (9fd5a67)
    • Fix DatePicker to use correct accessibility description for calendar/year view toggle button. (41f5079)
    • Disable next/prev button when the selected month is at the boundary (71287c6)
    • Prevent keyboard from automatically showing with TalkBack (fd2e9bc)
  • MaterialShapeDrawable
    • Update ShapeAppearanceModel.Builder to not use extra ContextThemeWrapper for shape appearance overlay due to performance concerns (990fdb4)
  • MaterialSplitButton
    • Updated Split Button to match spec and address feedback. (c1e73c8)
    • Add chevron drawable AVD to public. (08fff9f)
  • Menu
    • Fixed Dark Mode for Context Menu (93a5130)
  • NavigationRail
    • Force NavigationFrameLayout to be the available size at the minimum (12fad1d)
    • Use display cutout and system bar insets for start padding (4657afb)
    • Add attributes for expanded active indicator padding (a798a82)
    • Fix active indicator label jump when expanding (7f0a51d)
    • Add divider functionality for expanded nav rail (9496619)
  • ProgressIndicator
    • Updated to not throw exceptions for calling setIndeterminateDrawable and setDeterminateDrawable during the initialization. (64867cf)
    • Added the customization of setting the stop inidcator padding. (0b89ef4)
    • Added fraction support in track corner radius. (2e97dd6)
    • Added an track inner corner radius API. (8a23e0d)
  • Search
    • Updating centered search bar text to have 8dp content start and end padding (4070bef)
    • Added a clip bounds animation for searchview edit text (5a600a8)
    • Add a placeholder textview to Searchbar that keeps track of searchview edit text in order to gracefully fade it out in searchview collapse animation (be09936)
    • Update centering layout logic to account for padding and content insets (c2c660b)
    • Add cutout insets to SearchView toolbar (53616ad)
    • Fix animation calculations for predictive back (44eabe3)
    • Fix long centered text overlapping with menu items (9170221)
    • Updated SearchBar styling (3a5861c)
    • Add maxWidth attribute and fix SearchBar/SearchView animations to be more flexible in hierarchy (548c15c)
    • Fix issue with a custom center view pushing out centered text (04c56f6)
    • Update demos to demonstrate an example with a ConstraintLayout (6db122b)
    • Update catalog demo to optionally show searchbar menu (e85371f)
    • Add a lift on scroll color to SearchBar when used with AppBarLayout (36b285c)
    • Set alpha for toolbar button directly rather than setting through a FadeThroughDrawable (e035f38)
    • Fix centering text when set by the search view (ea01f2a)
    • Fix animation when searchbar doesn't cover whole screen (f7ba9c6)
    • Add textCentered attribute (0641ee5)
    • Fix NPE with hiding navigation icon (1dc9a1c)
    • Add a demo with 2 icons outside the searchbar (9bda9a9)
  • Shape
    • Added new attributes in Material3 themes. (447fd02)
  • Slider
    • Prevent duplicate accessibility announcements (bccfdfa)
    • Get default minTouchTargetSize from material attributes (422586e)
    • Fix label bounds for vertical slider in RTL (23957e0)
    • Centered Slider updates (781d344)
    • Add state description to VirtualView node (efea65b)
    • Add centered configuration (cd909c2)
    • Add new tick visibility modes (660423f)
    • Fixed behaviour when Slider is in a scrolling container (9302f54)
    • Improve track icon bounds calculation (54778a9)
    • remove unnecessary code (867fd01)
    • Slider, don't warn about track icons if you don't have any (b31711c)
    • Fix label pivots (d28488d)
    • Fix thumb visibility for vertical slider on API 23 (e6e9385)
    • Refactor track icon tinting (9ce14ae)
    • Always update track bounds before drawing icons (ddda777)
  • Tabs
    • Don't try to detach an already detached TabLayout (7144370)
  • TextInputLayout
    • Replace deprecated announceForAccessibility with accessibility live region (e909768)
    • Fix the issue that menu items gets filtered after recreation (690bbfc)
    • Make highlight text colour respect the theme rather than M3 default (cfe6dce)
  • TimePicker
    • Fixing the Talkback focusability of the "Select time" label on the time picker component. (4ed648a)
    • Fix number format on 24-hour dial (80593b2)
  • Tokens
    • Updated the shape tokens output. (2ef3aba)
    • Update tokens to 16.0.2 (37adad2)
    • Upgraded to 15.0.26 (67b6dce)
    • Upgraded to version 15.0.12. (c39dc38)
    • Updated to 14.0.0. (7c5dce0)
    • Migrated to new token sets. (12a136c)
    • Migrated to new token sets. (02fcdf5)
  • TopAppBar
    • Fix Extended FAB behavior demo to shrink and extend as expected. (13cdaba)
    • Add attribute to center based on whole container (dcfbdff)
    • Update AppCompat dependency to 1.7.0 stable and remove inflateMenu dispatch pausing now that the fix has landed in AppCompat (09d2566)
    • Overrode the colorControlHighlight to reflect the Material state layer. (33b1c33)
    • Expose toolbar customization attributes (b8af518)
    • Fixed the toolbar not snap when switch to freeform windowing. (d4ac3d5)
    • Applied formatting only. (32633a6)
    • Added a demo to show case using collapsing toolbar layout with a toggleable button; reduced the number of menu items in all demos. (8726702)
  • Transitions / Motion
    • Added default style parameter for MotionUtil when resolving theme spring attributes (f4342f1)
    • Fixed typo for "spatial" (59de693)
    • Updated motion documentation to include springs. (3f5179c)
  • Typography
    • Added emphasized typescale to public attributes (0c1a914)
  • Catalog
    • Update NavRail description in catalog (28be49d)
    • Fix BottomWindowInsetView (8699fe8)
    • Added an onDismissListener to the popup menu to synchronize menu display and button checked state. (bb90b20)
    • Fix crash occurring with all the adaptive demos (1125655)
    • Migrated builds to use a version catalog (4662301)
    • Add demo for 3 item docked toolbar demo (d51f8c9)
    • A11y fixes for floating and docked toolbar (b085829)
    • Added the button group distribution demo in catalog. (828c932)
    • Create docked toolbar demo in M3 catalog (a82391a)
    • listener is added again after rotating device (6a7c034)
  • Other
    • Remove Expressive from 1.13 releases, so we can get 1.13 to stable faster (#​4803) (27226d6)
    • Add a method to get the HideViewOnScrollBehavior associated with the view (0f5974a)
    • Fix the target position of the view when sliding it off the screen without animation (def80c5)
    • Updated compileSdkVersion to 35 (62f8561)
    • Moved component inclusion into afterEvaluation block (27f0cd7)
    • Moved back to Java 8 source and target compatibility (a8d492c)
    • Enable non transitive R classes (resource namespacing) and fix errors (0697f6f)
    • Updated to AGP 8.7.3, Gradle 8.9, Java 21 (2c2a26c)
    • Updated string translations (9f52851)
    • Replace getVersion gradle task (94b575c)
    • Updated translated string resources. (9a2890c)
    • Added additional shape appearance styles in public.xml (29be993)

Full list of release notes

Full list of changes


Configuration

📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.android.material:material](https://github.com/material-components/material-components-android) | dependencies | minor | `1.12.0` -> `1.13.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>material-components/material-components-android (com.google.android.material:material)</summary> ### [`v1.13.0`](https://github.com/material-components/material-components-android/releases/tag/1.13.0) [Compare Source](https://github.com/material-components/material-components-android/compare/1.12.0...1.13.0) ### New in 1.13.0! - `DockedToolbarLayout` ([source](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/dockedtoolbar/DockedToolbarLayout.java), [doc](https://github.com/material-components/material-components-android/blob/master/docs/components/DockedToolbar.md), [spec](https://m3.material.io/components/toolbars/overview)) - `FloatingToolbarLayout` ([source](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/floatingtoolbar/FloatingToolbarLayout.java), [doc](https://github.com/material-components/material-components-android/blob/master/docs/components/FloatingToolbar.md), [spec](https://m3.material.io/components/toolbars/overview)) - `LoadingIndicator` ([source](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/loadingindicator/LoadingIndicator.java), [doc](https://github.com/material-components/material-components-android/blob/master/docs/components/LoadingIndicator.md), [spec](https://m3.material.io/components/loading-indicator/overview)) - `MaterialSplitButton` ([source](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/button/MaterialSplitButton.java), [doc](https://github.com/material-components/material-components-android/blob/master/docs/components/SplitButton.md), [spec](https://m3.material.io/components/split-button/overview)) - `MaterialButtonGroup` ([source](https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/button/MaterialButtonGroup.java), [doc](https://github.com/material-components/material-components-android/blob/master/docs/components/ButtonGroup.md), [spec](https://m3.material.io/components/button-groups/overview)) #### Important - Required `minSdkVersion` is now 21 or higher, for Material and [AndroidX](https://developer.android.com/jetpack/androidx/versions#version-table). - Now built with `compileSdkVersion` 35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, and `android.nonTransitiveRClass=true`. - This means that [R classes are no longer transitive](https://developer.android.com/build/optimize-your-build#use-non-transitive-r-classes) and resources must be fully qualified with their library path when used programmatically (see the [Getting Started guide](https://github.com/material-components/material-components-android/blob/master/docs/getting-started.md#non-transitive-r-classes-referencing-library-resources-programmatically) for more info). - Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version [1.14.0-alpha04](https://github.com/material-components/material-components-android/releases/tag/1.14.0-alpha04) and use the `Material3Expressive` themes/styles in conjunction with new components mentioned above. #### 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 | | androidx.dynamicanimation:dynamicanimation | 1.0.0 | 1.1.0 | | androidx.graphics:graphics-shapes | N/A | 1.0.1 | | com.android.tools.build:gradle | 7.4.2 | 8.7.3 | #### Library Updates - `A11y` - Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". ([`960bb4c`](https://github.com/material-components/material-components-android/commit/960bb4cb825c607c244d51ed4f302752912e37cc)) - Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar ([`9c33476`](https://github.com/material-components/material-components-android/commit/9c33476db68ffc15151b742516da2f7e8c4a98f7)) - Prevent hide on scroll when Talkback is on ([`d560705`](https://github.com/material-components/material-components-android/commit/d56070586102b66486f7f8697de077c3d7689922)) - Add missing 'button' mention to Talkback output for close icon. ([`79bd7d7`](https://github.com/material-components/material-components-android/commit/79bd7d7b1ba46b0593c7758a81b02bdb5a1dbf67)) - `BottomNavigationView` - Update catalog demo to demonstrate adaptive bottom navigation bar ([`76936c4`](https://github.com/material-components/material-components-android/commit/76936c42c43164b9930f616266f215bf7045003a)) - Fix early return in setItemGravity() ([`8a4d3c6`](https://github.com/material-components/material-components-android/commit/8a4d3c695117c46cf1c7235744d81196fb97110f)) - `BottomSheet` - Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. ([`af7f254`](https://github.com/material-components/material-components-android/commit/af7f254bf660704368d46e630d34a81c479fa1c7)) - Fix keyboard animation on Android 14 ([`a0b4dfa`](https://github.com/material-components/material-components-android/commit/a0b4dfa8769f98851efe97569c900f75eb0d5ef2)) - Fixed main catalog demo cutting off content when screen size is too small. ([`005687d`](https://github.com/material-components/material-components-android/commit/005687d1b64ea5542168183511861f7d023682da)) - Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. ([`95025c6`](https://github.com/material-components/material-components-android/commit/95025c6728e49946c55d4b2688f97fa1d321cd02)) - `Carousel` - Recyclerview children do not inherit layout direction ([`ca0b870`](https://github.com/material-components/material-components-android/commit/ca0b870a344ef6e8f5fadc1ec417ef11f5b23340)) - Update keyline state if necessary if item size changes ([`52228c1`](https://github.com/material-components/material-components-android/commit/52228c1b3bd50dd1a81bdaae40aeb93ef4d9ea9b)) - Update multi-browse strategy to always have at least 1 medium item ([`916e908`](https://github.com/material-components/material-components-android/commit/916e9085f9ca66704f907fd6af14d7e55df5d411)) - Recalculate keyline state if it doesn't match the current container size ([`d0f5d72`](https://github.com/material-components/material-components-android/commit/d0f5d721a1f83b3b115d7f20bf865fb1df9063a3)) - `Checkbox` - Update translations. ([`7711191`](https://github.com/material-components/material-components-android/commit/771119111e58d101f2540f0bbbb572073ff9c053)) - `Chip` - Get default minTouchTargetSize from material attributes ([`436437a`](https://github.com/material-components/material-components-android/commit/436437a6fbf2d28658fea46320a350db33c7a455)) - Add a `show all` Chip for a11y ([`8e33421`](https://github.com/material-components/material-components-android/commit/8e334213fc806b399ec014bdf68a3778064de308)) - Updated flow layout to correctly layout padding when in RTL. ([`1eaf483`](https://github.com/material-components/material-components-android/commit/1eaf483fc94f522546d349e6984e24c15d226d18)) - Fix close icon focus ripple ([`a7ff8c9`](https://github.com/material-components/material-components-android/commit/a7ff8c9006b69cbfcc346f74ed8a9ebad6661346)) - `CollapsingToolbarLayout` - Added multiple subtitle support. ([`57297ae`](https://github.com/material-components/material-components-android/commit/57297ae59db5c33644f7f0574383c1564d7e989e)) - Fixed incorrect title and subtitle positioning. ([`8598aa6`](https://github.com/material-components/material-components-android/commit/8598aa6ae989c01bd6514449d998d31332c41b97)) - `Color` - Updated to only draw surface color under the button's stroke when the buttons are actually overlapped. ([`7ae12b5`](https://github.com/material-components/material-components-android/commit/7ae12b5ab05c3917198ae7b1059e17d58b689b27)) - ColorResourcesTableCreator: Fix length encoding for utf8 strings ([`7c62429`](https://github.com/material-components/material-components-android/commit/7c6242924e0460bfe4374f2d9bd408aaa5aa0509)) - ColorResourcesTableCreator: Fix resource entry names ([`443eaa5`](https://github.com/material-components/material-components-android/commit/443eaa59c0f59221a4ea79328bf264d6c6314d77)) - Added M3 colors in M3 ThemeOverlay. ([`ede0713`](https://github.com/material-components/material-components-android/commit/ede07135e98172a519b89ab7015be2d5d3ec79d4)) - `Dialog` - Add m3 styles for floating toolbar and docked toolbar for dialog ([`1b58f5f`](https://github.com/material-components/material-components-android/commit/1b58f5ff5e3499a373ba523487bda8369c369eb2)) - Fixed issue with child views overflowing from the alert dialog. ([`1ee9a86`](https://github.com/material-components/material-components-android/commit/1ee9a862383d86594aa335505adb8f724f90ff7e)) - `DockedToolbar` - Include IME in insets ([`834ce09`](https://github.com/material-components/material-components-android/commit/834ce09d714f261f1806a9004445c994c7f7667f)) - Fix typo in DockedToolbar doc ([`0c83f50`](https://github.com/material-components/material-components-android/commit/0c83f50bfc1d1380057c9b5fe7758c6000946bc2)) - Add new demo to show fewer items ([`68a79d7`](https://github.com/material-components/material-components-android/commit/68a79d70028f29d63735a0740e3c1128e886c521)) - Add docs ([`08a8893`](https://github.com/material-components/material-components-android/commit/08a8893e5d5a3f99f848b8e288b745e937dd937e)) - Adding inset padding attributes ([`1fd228b`](https://github.com/material-components/material-components-android/commit/1fd228bf57932be3803601b9a99e7084cf4070bf)) - Create DockedToolbarLayout ([`51873bb`](https://github.com/material-components/material-components-android/commit/51873bb526d7ad4c001a7933e95cca8112cf77e2)) - `FloatingActionButton` - Fix the width calculation in the wrap_content extend strategy ([`1e06f7c`](https://github.com/material-components/material-components-android/commit/1e06f7cd8060593cb7ac4f8643e02d2d49249d9e)) - Added medium FAB and s/m/l extended FABs to Material3. ([`870ace3`](https://github.com/material-components/material-components-android/commit/870ace37e72033d9387e4faec414ff4072a9c4f7)) - Restored public jumpDrawablesToCurrentState method ([`6f41625`](https://github.com/material-components/material-components-android/commit/6f41625f5780d8d3e9a0261ee23b84f08b46dcd2)) - Fixed wrong elevation per state. ([`f513914`](https://github.com/material-components/material-components-android/commit/f5139149ef8b539ddf2fede0f33ef4fde8a4aef9)) - Improved readability. ([`949b057`](https://github.com/material-components/material-components-android/commit/949b05742ff8811ccb5896c1859c3dce324dd9df)) - Fixed wrong elevation per state. ([`db7fe20`](https://github.com/material-components/material-components-android/commit/db7fe20962fc83cd21eb8ad27f7e047b7e8d03d7)) - Merged FABImpl and FABImplLollipop classes, since no pre-lollipop is supported. ([`da442be`](https://github.com/material-components/material-components-android/commit/da442bef3b9837a4e456b4558509d823bbf70bb5)) - Integrated new token sets. ([`4a841f5`](https://github.com/material-components/material-components-android/commit/4a841f5611f4150d4731bddede53770366772316)) - Integrated to new token sets. ([`7e63ca1`](https://github.com/material-components/material-components-android/commit/7e63ca14ea5f7f0f0d3c2ac9f88e81d38e71bf39)) - `FloatingToolbar` - Added m3 styles for buttons and theme overlays ([`4b9df08`](https://github.com/material-components/material-components-android/commit/4b9df08511fa5be597661b0d2a2665fc8d6290a8)) - Integrate tokens and add m3 styles ([`f223b26`](https://github.com/material-components/material-components-android/commit/f223b26e2e756d10b18d99023d19920656ee7923)) - Fix for insets handling adding insets on every onApplyWindowInsets call ([`3938284`](https://github.com/material-components/material-components-android/commit/393828419fab676132536b49f33ed4c7c57167d8)) - Floating toolbar should not enforce disappear on scroll behaviour within CoordinatorLayouts ([`85c4e0f`](https://github.com/material-components/material-components-android/commit/85c4e0fc369d78d76957e9a2f90309f394f58a40)) - Add inset handling ([`05f8c52`](https://github.com/material-components/material-components-android/commit/05f8c523424dfaa1e4d501668c7c9ec2e7291eaa)) - Removed floating toolbar-specific icon button styles from theme overlay ([`7f88784`](https://github.com/material-components/material-components-android/commit/7f887846b5ab34e00fcfe751583489bb0deaad4f)) - Update styles to consolidate horizontal/vertical styles to a single style ([`b07e48b`](https://github.com/material-components/material-components-android/commit/b07e48b5769e624a7d41780e22a7534352537ee0)) - `LoadingIndicator` - Added a default static drawable, which is displayed when the animation is disabled. ([`f89b8af`](https://github.com/material-components/material-components-android/commit/f89b8afeb7fcf48201a44d62f6663523eadc2963)) - Fixed the animation no constant rotation. ([`1886cf0`](https://github.com/material-components/material-components-android/commit/1886cf0485a7a9297fa847c7bec6ac6055025548)) - Fix handling of negative morphFraction ([`e169ffc`](https://github.com/material-components/material-components-android/commit/e169ffc9168d953f8ee8367c2b642d55fbbc7dff)) - `MaterialButton` - Updated the shapes of buttons when the orientation is changed. ([`e722464`](https://github.com/material-components/material-components-android/commit/e722464dbc039cfb3282b2d58df93b4f538bbe6e)) - Fixed connected button groups to not morph button size. ([`df9074c`](https://github.com/material-components/material-components-android/commit/df9074c4f5cbb79fcd78ba1002b1131fd57db1f0)) - Fixed width morph in vertical button groups. ([`fb81974`](https://github.com/material-components/material-components-android/commit/fb8197481a0fbba8736221c8d7f8db4e10af889d)) - Fixed a bug that `checked` state in XML was not respected. ([`0c5b17a`](https://github.com/material-components/material-components-android/commit/0c5b17a406224bc7d7afc0d08436d9ae615f7323)) - Test improve memory usage when materialSizeOverlay is used. ([`571a196`](https://github.com/material-components/material-components-android/commit/571a196d39e17dd5431a38ed0f6ae0503de75cb5)) - Update split button styles to lessen maker specification requirements and support consistency. ([`2aadbd1`](https://github.com/material-components/material-components-android/commit/2aadbd1ff174de411a166ba141ed4d7bdb1a890c)) - Add a demo to programmatically add/remove buttons in a button group. ([`4f55422`](https://github.com/material-components/material-components-android/commit/4f55422744129bee5fe07fb8fb22f32876a92ff2)) - Added a click action and toggleable control in button group demo. ([`8e52e94`](https://github.com/material-components/material-components-android/commit/8e52e942c3714b1a01db12214a0fecf3e4b34ecf)) - Fixed minor issues in button group demo and toggle group demo. ([`5161e71`](https://github.com/material-components/material-components-android/commit/5161e710238f4787767be9225a5897571fd5ac76)) - Added adaptation section in dev doc. ([`f61cea5`](https://github.com/material-components/material-components-android/commit/f61cea5f44c53e491449b4943fd52c0596aadede)) - Fixed the bug of size morph not working with layout_weight. ([`d791fad`](https://github.com/material-components/material-components-android/commit/d791fad4cce3a8037595cbcf955a7269ed75a5c0)) - Added optical center feature. ([`2667e09`](https://github.com/material-components/material-components-android/commit/2667e098db17af934bb4ebc11365b5abd605c01c)) - Updated XML for split button examples in documentation for improved accuracy. ([`ede1bdc`](https://github.com/material-components/material-components-android/commit/ede1bdcd102604a993a03de1721f6846eadf1bd9)) - Fixed the content description in distribution demo. ([`d54087e`](https://github.com/material-components/material-components-android/commit/d54087efb03470cae15e3ae5b4b12fa0a20d7877)) - Fixed the bug of size morph not working with layout_weight. ([`b640078`](https://github.com/material-components/material-components-android/commit/b6400780e48ad8f50536cd93611e845502caf467)) - Added flags to prevent unnecessary updates to child shape. ([`ed528c6`](https://github.com/material-components/material-components-android/commit/ed528c69c725536c4b6123d7b5501ca8b1a79aeb)) - Fixed the translationz value for hovered state of elevated button. ([`0c4ed7e`](https://github.com/material-components/material-components-android/commit/0c4ed7e06d78230e6eee81b5ce2390c33fe45b8a)) - Cleanup ([`8c263bb`](https://github.com/material-components/material-components-android/commit/8c263bbbbc89ee6f43bd2c70da6e96f9e4f339e3)) - Added PopupMenu to the SplitButton demo. ([`7a6866c`](https://github.com/material-components/material-components-android/commit/7a6866c1db557192e373f26c7a5dc2e6b801579b)) - `MaterialDatePicker` - Replace the deprecated announcement API used for month navigation ([`6a3d13f`](https://github.com/material-components/material-components-android/commit/6a3d13f322a2f0f461b4266faa3d471041a02992)) - Fix bug causing undesired screenshot changes ([`71bfc93`](https://github.com/material-components/material-components-android/commit/71bfc93bb6d5a0c4dc981b959afd65f7fd356aaa)) - Fix accessibility focus landing on first day of month after year selection ([`39dd3a4`](https://github.com/material-components/material-components-android/commit/39dd3a4235d88a9aca426c8e8a7f6a3801359737)) - Translate fixed a11y announcements. ([`9fd5a67`](https://github.com/material-components/material-components-android/commit/9fd5a67c9f01d7f1957337250e2635bf11f68a55)) - Fix DatePicker to use correct accessibility description for calendar/year view toggle button. ([`41f5079`](https://github.com/material-components/material-components-android/commit/41f507977ef08b858e3a2b1baff75f6d9d5e9a81)) - Disable next/prev button when the selected month is at the boundary ([`71287c6`](https://github.com/material-components/material-components-android/commit/71287c67dd40e6db935a515379ccd33c72fc7c6f)) - Prevent keyboard from automatically showing with TalkBack ([`fd2e9bc`](https://github.com/material-components/material-components-android/commit/fd2e9bcdf6344b6d4081eae076ddfa29ed46c504)) - `MaterialShapeDrawable` - Update ShapeAppearanceModel.Builder to not use extra ContextThemeWrapper for shape appearance overlay due to performance concerns ([`990fdb4`](https://github.com/material-components/material-components-android/commit/990fdb405a726adea00fe6d3b7d14a85847bdc0c)) - `MaterialSplitButton` - Updated Split Button to match spec and address feedback. ([`c1e73c8`](https://github.com/material-components/material-components-android/commit/c1e73c87c1294c5a1286110335edb62de00bc432)) - Add chevron drawable AVD to public. ([`08fff9f`](https://github.com/material-components/material-components-android/commit/08fff9f6f80c24176e26e9e1a7d94565be5d7011)) - `Menu` - Fixed Dark Mode for Context Menu ([`93a5130`](https://github.com/material-components/material-components-android/commit/93a5130594443d450bac1cc19167574c67f852d8)) - `NavigationRail` - Force NavigationFrameLayout to be the available size at the minimum ([`12fad1d`](https://github.com/material-components/material-components-android/commit/12fad1d4890c9559528b91f1fa5f32bf9dea8d22)) - Use display cutout and system bar insets for start padding ([`4657afb`](https://github.com/material-components/material-components-android/commit/4657afbefd998f44ff0164889f1101d051c94c13)) - Add attributes for expanded active indicator padding ([`a798a82`](https://github.com/material-components/material-components-android/commit/a798a82e0bb12b23b4e643c17ec27e6651f3d0e9)) - Fix active indicator label jump when expanding ([`7f0a51d`](https://github.com/material-components/material-components-android/commit/7f0a51dae2148d2a0f1e86f48ce3ddb5313ce757)) - Add divider functionality for expanded nav rail ([`9496619`](https://github.com/material-components/material-components-android/commit/94966194fa54e2ef392e1fa6fa7364ad0e54fdd1)) - `ProgressIndicator` - Updated to not throw exceptions for calling `setIndeterminateDrawable` and `setDeterminateDrawable` during the initialization. ([`64867cf`](https://github.com/material-components/material-components-android/commit/64867cf0242dcbd358decdc21f6210614ea9bbd8)) - Added the customization of setting the stop inidcator padding. ([`0b89ef4`](https://github.com/material-components/material-components-android/commit/0b89ef4e652b906ebc3bb98ac67479f6b956d487)) - Added fraction support in track corner radius. ([`2e97dd6`](https://github.com/material-components/material-components-android/commit/2e97dd672eafe77c565895daa67d3580a9cf13aa)) - Added an track inner corner radius API. ([`8a23e0d`](https://github.com/material-components/material-components-android/commit/8a23e0d85820f7110ca51752a64dabd591dff243)) - `Search` - Updating centered search bar text to have 8dp content start and end padding ([`4070bef`](https://github.com/material-components/material-components-android/commit/4070bef87a847d8c50fbf583fc253d2aad93a8ce)) - Added a clip bounds animation for searchview edit text ([`5a600a8`](https://github.com/material-components/material-components-android/commit/5a600a86d5a1308f0c55adbf8b927fe83ae1a76a)) - Add a placeholder textview to Searchbar that keeps track of searchview edit text in order to gracefully fade it out in searchview collapse animation ([`be09936`](https://github.com/material-components/material-components-android/commit/be09936c88da5727e431eb324195cd40f34b4f8d)) - Update centering layout logic to account for padding and content insets ([`c2c660b`](https://github.com/material-components/material-components-android/commit/c2c660b8bc05e6dfc4b011e6299350d174f33647)) - Add cutout insets to SearchView toolbar ([`53616ad`](https://github.com/material-components/material-components-android/commit/53616ad8228872d3507649115697573e8b39d47d)) - Fix animation calculations for predictive back ([`44eabe3`](https://github.com/material-components/material-components-android/commit/44eabe31b86555a19d6eb1543294fdaa75a6e531)) - Fix long centered text overlapping with menu items ([`9170221`](https://github.com/material-components/material-components-android/commit/917022188bf273076099e20f1a577bc68ac98a25)) - Updated SearchBar styling ([`3a5861c`](https://github.com/material-components/material-components-android/commit/3a5861c5cc524f639bc90b4f381f6d9af33f07a9)) - Add maxWidth attribute and fix SearchBar/SearchView animations to be more flexible in hierarchy ([`548c15c`](https://github.com/material-components/material-components-android/commit/548c15cb40d6ceea7f9bd85ff9217f43aa436194)) - Fix issue with a custom center view pushing out centered text ([`04c56f6`](https://github.com/material-components/material-components-android/commit/04c56f6eb30659732b414d66258161887b3917ad)) - Update demos to demonstrate an example with a ConstraintLayout ([`6db122b`](https://github.com/material-components/material-components-android/commit/6db122b3fcc011e431c1ca51406f01204d992fde)) - Update catalog demo to optionally show searchbar menu ([`e85371f`](https://github.com/material-components/material-components-android/commit/e85371f73fe4b72f1559cfaefc8f2e3549bcb681)) - Add a lift on scroll color to SearchBar when used with AppBarLayout ([`36b285c`](https://github.com/material-components/material-components-android/commit/36b285c9e3cf2c2c822acf910728f55d2981f7c7)) - Set alpha for toolbar button directly rather than setting through a FadeThroughDrawable ([`e035f38`](https://github.com/material-components/material-components-android/commit/e035f386bf6a2d18e36a7ec8c1f202b6582fabf1)) - Fix centering text when set by the search view ([`ea01f2a`](https://github.com/material-components/material-components-android/commit/ea01f2ac1fe3ac653c702f4a7954cb66b8acc468)) - Fix animation when searchbar doesn't cover whole screen ([`f7ba9c6`](https://github.com/material-components/material-components-android/commit/f7ba9c6f19fa2ef7b2397477024ed290d57d9c70)) - Add textCentered attribute ([`0641ee5`](https://github.com/material-components/material-components-android/commit/0641ee59e1ca38756ef726ce3c75085961bdb1bd)) - Fix NPE with hiding navigation icon ([`1dc9a1c`](https://github.com/material-components/material-components-android/commit/1dc9a1cc569df19f4c68eebfac4e2525575783b8)) - Add a demo with 2 icons outside the searchbar ([`9bda9a9`](https://github.com/material-components/material-components-android/commit/9bda9a946c25a7a4a45ef7f589527ea097991ef9)) - `Shape` - Added new attributes in Material3 themes. ([`447fd02`](https://github.com/material-components/material-components-android/commit/447fd02900b839c046435bad343fb90fb0bdc243)) - `Slider` - Prevent duplicate accessibility announcements ([`bccfdfa`](https://github.com/material-components/material-components-android/commit/bccfdfa3e15092c200dcd4cabf47936ccd8b93c2)) - Get default minTouchTargetSize from material attributes ([`422586e`](https://github.com/material-components/material-components-android/commit/422586ead767fb36dc33b09305aedca4a93560be)) - Fix label bounds for vertical slider in RTL ([`23957e0`](https://github.com/material-components/material-components-android/commit/23957e0d7f998a41e4b8684553be365ba077942a)) - Centered Slider updates ([`781d344`](https://github.com/material-components/material-components-android/commit/781d344142def51a541228c94581dfa7e84a2175)) - Add state description to VirtualView node ([`efea65b`](https://github.com/material-components/material-components-android/commit/efea65b0eb8480b97f2d832bd0f291a351918d30)) - Add centered configuration ([`cd909c2`](https://github.com/material-components/material-components-android/commit/cd909c2b7d66aea9fd5298f915ba04cc6cf730b8)) - Add new tick visibility modes ([`660423f`](https://github.com/material-components/material-components-android/commit/660423f5a20dbffe07708602e98ce3fce2607e65)) - Fixed behaviour when Slider is in a scrolling container ([`9302f54`](https://github.com/material-components/material-components-android/commit/9302f5485570f327459af36b5108e8d8489bed4d)) - Improve track icon bounds calculation ([`54778a9`](https://github.com/material-components/material-components-android/commit/54778a9ae40f7f0673cab4cdc6551caeda261fe4)) - remove unnecessary code ([`867fd01`](https://github.com/material-components/material-components-android/commit/867fd010f8c0d012471283a304f55da600676e0b)) - Slider, don't warn about track icons if you don't have any ([`b31711c`](https://github.com/material-components/material-components-android/commit/b31711cd9e3fc74275bd50caf7df05ad3acece3f)) - Fix label pivots ([`d28488d`](https://github.com/material-components/material-components-android/commit/d28488d77407961dc7ff2f06118f30aab5448efb)) - Fix thumb visibility for vertical slider on API 23 ([`e6e9385`](https://github.com/material-components/material-components-android/commit/e6e938505961be85346a02eb18657642468895d2)) - Refactor track icon tinting ([`9ce14ae`](https://github.com/material-components/material-components-android/commit/9ce14ae3fd414c8f19a67db2d8c1bd2dd4bd90b2)) - Always update track bounds before drawing icons ([`ddda777`](https://github.com/material-components/material-components-android/commit/ddda777dda853d55f7c4bd52d6f879b07a7c8882)) - `Tabs` - Don't try to detach an already detached TabLayout ([`7144370`](https://github.com/material-components/material-components-android/commit/7144370b0691e14215c766b5974b41641b9d6b00)) - `TextInputLayout` - Replace deprecated announceForAccessibility with accessibility live region ([`e909768`](https://github.com/material-components/material-components-android/commit/e909768e72b7050488cc63a371d8b71fb7571e3d)) - Fix the issue that menu items gets filtered after recreation ([`690bbfc`](https://github.com/material-components/material-components-android/commit/690bbfc917b5a31f18d6285a684e39e6ef55dd6a)) - Make highlight text colour respect the theme rather than M3 default ([`cfe6dce`](https://github.com/material-components/material-components-android/commit/cfe6dce4e98b286e865c18eaaab16d74e9eec375)) - `TimePicker` - Fixing the Talkback focusability of the "Select time" label on the time picker component. ([`4ed648a`](https://github.com/material-components/material-components-android/commit/4ed648a71da87fa53fc635440ba91a068c8ceac0)) - Fix number format on 24-hour dial ([`80593b2`](https://github.com/material-components/material-components-android/commit/80593b2a4e977167c73faf0efe07712bd16a5ad7)) - `Tokens` - Updated the shape tokens output. ([`2ef3aba`](https://github.com/material-components/material-components-android/commit/2ef3aba608a2f3507b4f128ca296d98a643953a8)) - Update tokens to 16.0.2 ([`37adad2`](https://github.com/material-components/material-components-android/commit/37adad28af85419a9124a7e0d09ca5242d74747d)) - Upgraded to 15.0.26 ([`67b6dce`](https://github.com/material-components/material-components-android/commit/67b6dcebe5c95010e3a08b647052568767ff86b0)) - Upgraded to version 15.0.12. ([`c39dc38`](https://github.com/material-components/material-components-android/commit/c39dc388b36f988c95bdc50c9832e08bfd12c36f)) - Updated to 14.0.0. ([`7c5dce0`](https://github.com/material-components/material-components-android/commit/7c5dce0f827d7b35154a94437bb3444af17e612d)) - Migrated to new token sets. ([`12a136c`](https://github.com/material-components/material-components-android/commit/12a136c56aea40256c8d54edf9a2c25a29658eee)) - Migrated to new token sets. ([`02fcdf5`](https://github.com/material-components/material-components-android/commit/02fcdf5fb41510608dc05f125b8ecb13de502214)) - `TopAppBar` - Fix Extended FAB behavior demo to shrink and extend as expected. ([`13cdaba`](https://github.com/material-components/material-components-android/commit/13cdaba39e9521e5d368ac7c73a8980b6c1700b8)) - Add attribute to center based on whole container ([`dcfbdff`](https://github.com/material-components/material-components-android/commit/dcfbdff79c222989d32e47909f93504b8747d1b4)) - Update AppCompat dependency to 1.7.0 stable and remove inflateMenu dispatch pausing now that the fix has landed in AppCompat ([`09d2566`](https://github.com/material-components/material-components-android/commit/09d2566f32f369db9bebfb1c34ed9245021e4ff7)) - Overrode the colorControlHighlight to reflect the Material state layer. ([`33b1c33`](https://github.com/material-components/material-components-android/commit/33b1c33ecaaad2954b82b2f0612235b3f8f332ae)) - Expose toolbar customization attributes ([`b8af518`](https://github.com/material-components/material-components-android/commit/b8af5185c98d806a46096afa93a06c26d3db8fa0)) - Fixed the toolbar not snap when switch to freeform windowing. ([`d4ac3d5`](https://github.com/material-components/material-components-android/commit/d4ac3d593e6d341c88acea0aa8cf6dda8fa2afed)) - Applied formatting only. ([`32633a6`](https://github.com/material-components/material-components-android/commit/32633a6ff41765b635d5bac742fa46cc973a74f6)) - Added a demo to show case using collapsing toolbar layout with a toggleable button; reduced the number of menu items in all demos. ([`8726702`](https://github.com/material-components/material-components-android/commit/8726702fa29259491f887b8fafed03db02cd1941)) - `Transitions / Motion` - Added default style parameter for MotionUtil when resolving theme spring attributes ([`f4342f1`](https://github.com/material-components/material-components-android/commit/f4342f1eb8aeae9932967529b2df9eea1a7b3f20)) - Fixed typo for "spatial" ([`59de693`](https://github.com/material-components/material-components-android/commit/59de6933460ceb25269eb7e82dc48df04660d90e)) - Updated motion documentation to include springs. ([`3f5179c`](https://github.com/material-components/material-components-android/commit/3f5179c24e9d9c552fa8cdb490cef0784b88edb2)) - `Typography` - Added emphasized typescale to public attributes ([`0c1a914`](https://github.com/material-components/material-components-android/commit/0c1a9145496c4188333e2a6b1108561fd3b5b372)) - `Catalog` - Update NavRail description in catalog ([`28be49d`](https://github.com/material-components/material-components-android/commit/28be49d5b8e5e84d0a4824f68bb30df45534962b)) - Fix BottomWindowInsetView ([`8699fe8`](https://github.com/material-components/material-components-android/commit/8699fe8afe14dbd435f495a67eb795330e13e52e)) - Added an onDismissListener to the popup menu to synchronize menu display and button checked state. ([`bb90b20`](https://github.com/material-components/material-components-android/commit/bb90b2010e5e0c87198db04152c71ba80fae64f2)) - Fix crash occurring with all the adaptive demos ([`1125655`](https://github.com/material-components/material-components-android/commit/1125655f6cc3e48b36e5c841cf15294143dd6a3b)) - Migrated builds to use a version catalog ([`4662301`](https://github.com/material-components/material-components-android/commit/4662301f7bfe14a12d92caa22040f059609d3e4e)) - Add demo for 3 item docked toolbar demo ([`d51f8c9`](https://github.com/material-components/material-components-android/commit/d51f8c9cbe00b76a2a8e27bd8d31218ec4e245dc)) - A11y fixes for floating and docked toolbar ([`b085829`](https://github.com/material-components/material-components-android/commit/b085829579624d59e8bf77b7f9e246fe97e18003)) - Added the button group distribution demo in catalog. ([`828c932`](https://github.com/material-components/material-components-android/commit/828c93234bd0cc38a7d0d707a1cd3c6dfc9ebf3c)) - Create docked toolbar demo in M3 catalog ([`a82391a`](https://github.com/material-components/material-components-android/commit/a82391ab970e453cfb59e11e6663432c67892f75)) - listener is added again after rotating device ([`6a7c034`](https://github.com/material-components/material-components-android/commit/6a7c0344765ba052c3fec51deabaf87e87efde8f)) - `Other` - Remove Expressive from 1.13 releases, so we can get 1.13 to stable faster ([#&#8203;4803](https://github.com/material-components/material-components-android/issues/4803)) ([`27226d6`](https://github.com/material-components/material-components-android/commit/27226d6366fb2de1f1b177e180bee40663368ba9)) - Add a method to get the HideViewOnScrollBehavior associated with the view ([`0f5974a`](https://github.com/material-components/material-components-android/commit/0f5974aa9ea8cb60b8a00dddcd959e19d8a0b559)) - Fix the target position of the view when sliding it off the screen without animation ([`def80c5`](https://github.com/material-components/material-components-android/commit/def80c54abb09ccd8b29a34c73c6e48778366ae8)) - Updated compileSdkVersion to 35 ([`62f8561`](https://github.com/material-components/material-components-android/commit/62f8561751ceae4df827183628ee96bbe9f327f8)) - Moved component inclusion into afterEvaluation block ([`27f0cd7`](https://github.com/material-components/material-components-android/commit/27f0cd7416c8911314b559522b8294efe630c0e4)) - Moved back to Java 8 source and target compatibility ([`a8d492c`](https://github.com/material-components/material-components-android/commit/a8d492cb891efcf56d5aa4ab92921e03d8c7f054)) - Enable non transitive R classes (resource namespacing) and fix errors ([`0697f6f`](https://github.com/material-components/material-components-android/commit/0697f6fe898477f47fbe08e2842c505fb0c9f7c9)) - Updated to AGP 8.7.3, Gradle 8.9, Java 21 ([`2c2a26c`](https://github.com/material-components/material-components-android/commit/2c2a26cd9e711fd52f1bd8cdfabce9fc5f4a4ee7)) - Updated string translations ([`9f52851`](https://github.com/material-components/material-components-android/commit/9f528510c327a6ae51384c4de054eceaf38f265a)) - Replace getVersion gradle task ([`94b575c`](https://github.com/material-components/material-components-android/commit/94b575c7cb1f05b2c4886db323ed6f55a5f24c49)) - Updated translated string resources. ([`9a2890c`](https://github.com/material-components/material-components-android/commit/9a2890c2497023455000832cae4649cf30e8c7cb)) - Added additional shape appearance styles in public.xml ([`29be993`](https://github.com/material-components/material-components-android/commit/29be99360467744deb324f5d5b8eb5bcf85f1d27)) #### Full list of release notes - [1.13.0-alpha01](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha01) - [1.13.0-alpha02](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha02) - [1.13.0-alpha03](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha03) - [1.13.0-alpha04](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha04) - [1.13.0-alpha05](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha05) - [1.13.0-alpha06](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha06) - [1.13.0-alpha07](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha07) - [1.13.0-alpha08](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha08) - [1.13.0-alpha09](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha09) - [1.13.0-alpha10](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha10) - [1.13.0-alpha11](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha11) - [1.13.0-alpha12](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha12) - [1.13.0-alpha13](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha13) - [1.13.0-alpha14](https://github.com/material-components/material-components-android/releases/tag/1.13.0-alpha14) - [1.13.0-beta01](https://github.com/material-components/material-components-android/releases/tag/1.13.0-beta01) - [1.13.0-rc01](https://github.com/material-components/material-components-android/releases/tag/1.13.0-rc01) #### Full list of changes </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS44IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
bot added 1 commit 2025-09-08 04:08:04 +02:00
bot scheduled this pull request to auto merge when all checks succeed 2025-09-08 04:08:04 +02:00
bot merged commit 7a3eb6c8f3 into main 2025-09-08 04:08:06 +02:00
bot deleted branch renovate/com.google.android.material-material-1.x 2025-09-08 04:08:06 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: helcel/beans#277
No description provided.