Important
- The
compileSdkVersionwas updated to 35. - The
minSdkVersionwas updated to 23. - Library is now built with AGP 8.11.1 and Gradle 8.13.
Dependency Updates
None
Library Updates
Carousel- Fix shape appearance mutate / constant state issue with Carousel items (MaskableFrameLayout) (8c2294d)
Catalog- Fix crash in TopAppBarPreferencesCardItemsFragment demo (7594d1a)
- Fix issues where regular and card item preferences demos would affect each other (8722043)
- Add preferences card items demo with first/middle/last/single shaped focus rings (1157cfe)
- Add view id's to allcomponents demo layout (bda8e38)
ExposedDropdownMenuFloatingToolbar- Fixed references to non-existent Expressive styles (aa6e952)
Focus Rings- Add FocusRingDrawable findAndMutate() helper for the LayerDrawable / DrawableWrapper case (e6f43e5)
- Add getter and setter for FocusRingDrawable radius (6da4b0f)
- Update FocusRingDrawable to automatically construct its ShapeAppearance from a child ShapeDrawable or GradientDrawable (<shape from XML) (ed6fee1)
- Update FocusRingDrawable to hide focus ring when no window focus (3774ef7)
- Remove the default theme-level drawables from the M3 themes (8e471d9)
- Better fallbacks for FocusRingDrawable attr values if not set in theme or drawable xml (63dba4c)
MaterialButtonMaterialDatePicker- Add focus rings to MaterialDatePicker day and year items (c0c4af7)
SearchTextInputLayout- Fix focus loss when clear text icon is hidden (63801c0)
Other- Update library version to 1.14.0-rc01 (80aa0cc)