irgaly / android-remove-unused-resources-plugin

A gradle plugin to remove unused android resources by Android Lint results xml file.
https://plugins.gradle.org/plugin/io.github.irgaly.remove-unused-resources
Other
28 stars 1 forks source link

fix(deps): update dependency com.google.android.material:material to v1.6.1 #63

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.android.material:material 1.5.0 -> 1.6.1 age adoption passing confidence

Release Notes

material-components/material-components-android ### [`v1.6.1`](https://togithub.com/material-components/material-components-android/releases/tag/1.6.1) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.6.0...1.6.1) #### Dependency Updates - No dependency updates #### Library Updates - `TopAppBar` - Add null check for logo ConstantState check ([`299c8e1`](https://togithub.com/material-components/material-components-android/commit/299c8e1e82c459d7de9fac0884edfbc32f571cb8)) - Loosen check for scrollable child when adding a11y actions ([`dff14ca`](https://togithub.com/material-components/material-components-android/commit/dff14cadd78af3992dfd7c8c989314d11758554d)) - Fix scrolling for a11y ([`a5a738b`](https://togithub.com/material-components/material-components-android/commit/a5a738bfa2f2786e8d6bd91e77d823d3534612b1)) - `Color` - Fix Resources Loader bug for color harmonization ([`bef8ca1`](https://togithub.com/material-components/material-components-android/commit/bef8ca1b49c92660410c6a68cda326af86cfa749)) - Provide better logging for ColorResourcesTableCreator ([`b33cf80`](https://togithub.com/material-components/material-components-android/commit/b33cf80dd7937b6d31c511e9c545f2a040c70665)) - `Chip` - Fix ChipGroup.getCheckedChipIds() returns wrong state ([`0356d7c`](https://togithub.com/material-components/material-components-android/commit/0356d7c391c4aa64e54a5aa398d58def673d0114)) - `TextInputLayout` - Fix for TextInputLayout leak via AccessibilityManager. ([#​2718](https://togithub.com/material-components/material-components-android/issues/2718)) ([`948d5da`](https://togithub.com/material-components/material-components-android/commit/948d5dac03a55971338d36bb52f1f49bd448ebd7)) - `Other` - Update library version to 1.6.1 ([`248d4c8`](https://togithub.com/material-components/material-components-android/commit/248d4c8efb89b0f8579b8fc5b5bc9e23695f29b4)) #### Full list of changes ### [`v1.6.0`](https://togithub.com/material-components/material-components-android/releases/tag/1.6.0) [Compare Source](https://togithub.com/material-components/material-components-android/compare/1.5.0...1.6.0) ##### What's new since 1.5.0 - Color harmonization support! Check out the following resources for more information: - [Designing Harmony into Dynamic Color](https://material.io/blog/dynamic-color-harmony) blog post - [Using color harmonization](https://togithub.com/material-components/material-components-android/blob/master/docs/theming/Color.md#using-color-harmonization) documentation ##### Other highlights - `Material 3` - Hide shadows on all M3 Toolbar styles, not just Surface style ([`b49284e`](https://togithub.com/material-components/material-components-android/commit/b49284ec75ab16a9f649b97cb26aa4a17bc82512)) - Migrate action bar popup themes to M3 ([`2ae3ca4`](https://togithub.com/material-components/material-components-android/commit/2ae3ca42985722900f53de9d9a1ef61c143767eb)) - Update M3 card elevation according to the spec ([`bb23e2d`](https://togithub.com/material-components/material-components-android/commit/bb23e2d6ad7888713d51e1dc53f36a69b0db62ff)) - Add missing attributes to M3 button styles ([`3c9b452`](https://togithub.com/material-components/material-components-android/commit/3c9b45292d78a80f511d672bb5fe4ef1431dd8bd)) - Update M3 navigation rail text appearances ([`6b57c52`](https://togithub.com/material-components/material-components-android/commit/6b57c52973c2ceb97c88da1df1b72859ed28775a)) - Fix M3 date picker styles ([`fba1a34`](https://togithub.com/material-components/material-components-android/commit/fba1a341c31cbe2c5d71c239afc8bcc14af9d968)) - Change checkedIconGravity values to enum ([`bc56d5b`](https://togithub.com/material-components/material-components-android/commit/bc56d5b43b93ab6dbed4d561ad8b8b1351f9535c)) - `Badging` - Prevent multiple badges being attached to a menu item at the same time ([`b3db1cc`](https://togithub.com/material-components/material-components-android/commit/b3db1cc02855453f91353fca9e9cb11ccf0db9cc)) - Refactored Badge state managing logic ([`bbbeacd`](https://togithub.com/material-components/material-components-android/commit/bbbeacd64e3b1cc64e8edc6adf430aad45d03e32)) - Added support for different locale on badges ([`b8f2dd5`](https://togithub.com/material-components/material-components-android/commit/b8f2dd53e0e19ea376639a610a0b51faabf0f9af)) - `BottomNavigationView` - Added supported NavigationBarView#LabelVisibilityMode alternative to deprecated BottomNavigationView#LabelVisibilityMode. ([`1222268`](https://togithub.com/material-components/material-components-android/commit/12222684370dfb6c3400fd984578059d22741bb3)) - Removed font scaling from NavigationBarView item labels. ([`d66676f`](https://togithub.com/material-components/material-components-android/commit/d66676fd6bb93556c2cb3b0d9f7885821ac5bd8f)) - Set backgroundTint explicitly to [@​null](https://togithub.com/null) in M3 bottom navigation styles ([`adbcf8c`](https://togithub.com/material-components/material-components-android/commit/adbcf8cbbc6e95921d233c87eb87dc01b6cc8f0d)) - `BottomSheet` - Fix bottom sheets in EXPANDED state when the expanded height is the same as the collapsed height ([`493243e`](https://togithub.com/material-components/material-components-android/commit/493243ea1e5a2a0eee675b652cae0eeaec73b6a3)) - Simplify state transition logic ([`04c483c`](https://togithub.com/material-components/material-components-android/commit/04c483cf3466cd0a7bf4835cadccc2372ba0da2b)) - Fix activity leak when setting states on destroying activities ([`43114c4`](https://togithub.com/material-components/material-components-android/commit/43114c4f7c9ca0c70c48c777dbd2957386d539e5)) - Update edge-to-edge paddings when bottom sheet is laid out ([`19af0ac`](https://togithub.com/material-components/material-components-android/commit/19af0ac9d98cc3c504ce69ae38fbc00570cc85f5)) - `Chip` - Refactored chip group selection logic to a standalone class ([`f3c6430`](https://togithub.com/material-components/material-components-android/commit/f3c6430f94bb7f82afc740e5545fd6302e9bf3aa)) - Added missing attributes to M3 chip styles ([`cc18f3f`](https://togithub.com/material-components/material-components-android/commit/cc18f3f7e8ff097b80d774911c2ede92d4b30698)) - Update M3 chip styles with spec ([`8ed0ac9`](https://togithub.com/material-components/material-components-android/commit/8ed0ac9fd383bbb53fac100e74b2a0e9ee41bc9a)) - `CollapsingToolbarLayout` - Fixed shadow issues when transition between expanded and collapsed states. ([`86e8b00`](https://togithub.com/material-components/material-components-android/commit/86e8b00ecdc9f9c5212e5a7e0700bd95be4da94b)) - Constrain adjusted font weight to acceptable values ([`5dce006`](https://togithub.com/material-components/material-components-android/commit/5dce006a5c1649df4eb6631c85619017728726af)) - `Color` - Fix resources being re-harmonized when wrapContextIfAvailable() is used. ([`b402cb3`](https://togithub.com/material-components/material-components-android/commit/b402cb3c032ea10beb941284b49a9667ee7abe1e)) - Added ColorGrid classes for color harmonization demo. ([`fcc1091`](https://togithub.com/material-components/material-components-android/commit/fcc10914f2b87c0e5f28761e8316bba2d9d1a318)) - Add kyocera to dynamic colors allowlist and reorganized based on alphabetical order. ([`1dad5f6`](https://togithub.com/material-components/material-components-android/commit/1dad5f65d4c54952a3a63efa4b9fd81b9c46d4a2)) - Fix HarmonizedColorsOptions.Builder#setColorAttributes is marked as nullable ([`44054aa`](https://togithub.com/material-components/material-components-android/commit/44054aaf3ab11d815e4086b37575e829e0b626db)) - Added support for color resources harmonization in XML ([`869d943`](https://togithub.com/material-components/material-components-android/commit/869d9430677e66f9007bee65960dc0539627fd4a)) - Refactor DynamicColors overloading methods and added DynamicColorsOptions class to support color harmonization. ([`bdbf052`](https://togithub.com/material-components/material-components-android/commit/bdbf052aaf1e824f221057ca3c3acae80d1a521d)) - Update DynamicColors to use peekDecorView() instead of getDecorView() when applying dynamic color theme overlay ([`56ed070`](https://togithub.com/material-components/material-components-android/commit/56ed07008ba0bff682e99c5d91126596fe9e6ddf)) - Update DynamicColors util to applyStyle() on window decorView theme as well to fix potential ContextMenu issue ([`f6c8fa5`](https://togithub.com/material-components/material-components-android/commit/f6c8fa5aefc84a1543eca3056a538120de0b4297)) - Update DynamicColors util to use activity.getTheme().applyStyle() instead of activity.setTheme() to workaround Force Dark issue ([`b84f35f`](https://togithub.com/material-components/material-components-android/commit/b84f35f1211028e7c456ce1ca91685a938f0ffcc)) - Avoid Short#compare usage in ColorResourcesTableCreator.java since it requires API level 19 ([`48741b4`](https://togithub.com/material-components/material-components-android/commit/48741b4e16236ee8ac9dc0052204e6a7be32c0f4)) - Add Resource Table format for XML color Harmonization. ([`822a5b2`](https://togithub.com/material-components/material-components-android/commit/822a5b2cb2dedf133618d981140edf30db0058ef)) - `Dialog` - Fixed crashes when colorControlHighlight is a CSL ([`1c5c054`](https://togithub.com/material-components/material-components-android/commit/1c5c054b70a55c2567cdfee460d3876158b2945a)) - Added date and time picker themes to M3 dialog themes ([`8342f90`](https://togithub.com/material-components/material-components-android/commit/8342f9025eefe64ca24312467d021a522e833769)) - Fixed dialog icon color tint ([`246b340`](https://togithub.com/material-components/material-components-android/commit/246b3400ec698da2805f9b7023dcb28b3601daad)) - Fixed dialog paddings ([`672e744`](https://togithub.com/material-components/material-components-android/commit/672e7440f9586cd6ab276cd9e8295e3028f73253)) - Start-align message text with centered styles ([`9980596`](https://togithub.com/material-components/material-components-android/commit/9980596586d270123e36b21980457b56fb70e146)) - `Divider` - Added attribute in MaterialDividerItemDecoration to remove item decoration from last recycler view item. ([`9416b2c`](https://togithub.com/material-components/material-components-android/commit/9416b2c7d6d927696f3ecd30096dd2e1349538a4)) - `MaterialDatePicker` - Fixed edge-to-edge mode being applied multiple times ([`e1ee959`](https://togithub.com/material-components/material-components-android/commit/e1ee959b1b6065de37da7a6648fe319b10cc13ca)) - Always go edge-to-edge in fullscreen mode ([`be6050a`](https://togithub.com/material-components/material-components-android/commit/be6050a23c773d93469eb5b4cfa26a2a908f6269)) - Start align edit icon in landscape ([`94cd532`](https://togithub.com/material-components/material-components-android/commit/94cd532bd17cfc5f6af32b1da79642ce43734c66)) - Fixed wrong month title with certain months ([`62e8993`](https://togithub.com/material-components/material-components-android/commit/62e89933d667e5d9c86a1cecaa6f934698803c6b)) - Added methods to use custom text for positive and negative button ([`b2fbace`](https://togithub.com/material-components/material-components-android/commit/b2fbacecd44671236fd8e0ac03532da07c354cf3)) - `MaterialButton` - Fix icon position not being updated when size is not changed ([`b0f3700`](https://togithub.com/material-components/material-components-android/commit/b0f37007aa3cd00cc655439ff84484354c478a53)) - Support icon gravity with text alignments other than centered ([`6c41f07`](https://togithub.com/material-components/material-components-android/commit/6c41f070e88d5b6adf63c7fafb2e897bf939eea5)) - `MaterialCardView` - Fixed crash on Pre-Q devices when checked icon is null ([`b4cab87`](https://togithub.com/material-components/material-components-android/commit/b4cab87015fa29e23460f4f47d4d06adfe3a9e9a)) - Fixed checked icon gravity issues ([`283715d`](https://togithub.com/material-components/material-components-android/commit/283715d348a3fb9c487469d6f2749727b0705710)) - Added option to set the checkedIcon gravity ([`250d56d`](https://togithub.com/material-components/material-components-android/commit/250d56de4b33e8ae25aa056be519ddf507c06880)) - `MaterialShapeDrawable` - Implement getAlpha() ([`5ff917d`](https://togithub.com/material-components/material-components-android/commit/5ff917dc5f99f9b008d53da269a20d7025b95b57)) - `NavigationRail` - Added support for opting in/out of the NavigationRail automatically adding system top and bottom window insets. ([`c66633b`](https://togithub.com/material-components/material-components-android/commit/c66633b385d20b44bdd632b1c736dd512f4ea1c6)) - `Slider` - Added LABEL_VISIBLE to label behavior. ([`ca8594d`](https://togithub.com/material-components/material-components-android/commit/ca8594d2d258246d1c56e1e85c4d2f26420d5d56)) - Add support for custom thumb drawables ([`17da000`](https://togithub.com/material-components/material-components-android/commit/17da000a295a4a2554b603940ce014ff6a18da45)) - `Snackbar` - Fixed margins are added multiple times when show() is called ([`2bfc7ba`](https://togithub.com/material-components/material-components-android/commit/2bfc7bae0778c8fa20308d2bf434ca1f5cc38cce)) - Fixed the issue that setting margins programmatically does not work ([`d5856fd`](https://togithub.com/material-components/material-components-android/commit/d5856fd0365b4daeb27f07c8864d88618884dfb8)) - Support setting max lines programmatically ([`4c7be52`](https://togithub.com/material-components/material-components-android/commit/4c7be527751f1cb11f7c5f55ca5eecbb41c1620c)) - Enforce vertical layout when action text is too long ([`ff97a68`](https://togithub.com/material-components/material-components-android/commit/ff97a6805c203724d8cd64d7ed7d6fc483c93f16)) - Fixed NPE on Android 8 & 9 ([`35d9da8`](https://togithub.com/material-components/material-components-android/commit/35d9da8f67911c84267fd0829fea6d5aba7c3544)) - Fixed maxWidth is not applied on Snackbar ([`6a3ea94`](https://togithub.com/material-components/material-components-android/commit/6a3ea94ae0794793c91c11ebafbd87b4a2445112)) - `Tabs` - Tabs with padding in fixed mode shouldn't scroll ([`9c2df28`](https://togithub.com/material-components/material-components-android/commit/9c2df2811c263679e492f159229028311e24a56b)) - Added fade indicator animation mode. ([`a295de9`](https://togithub.com/material-components/material-components-android/commit/a295de97283b51cacfbc74e58e95048d348cc471)) - Fix NPE caused by set a position less than 0 ([`823c34a`](https://togithub.com/material-components/material-components-android/commit/823c34a90c97828115e147d482c544bdee6c2b57)) - `TextInputLayout` - Fixed regression bug of prefix spacing being shown and making expanded label be in the wrong position when text field is not focused. ([`4d78879`](https://togithub.com/material-components/material-components-android/commit/4d788794bac8d3abba22ad1d774e7f145fce90de)) - Extracted start components from TextInputLayout ([`9a46af2`](https://togithub.com/material-components/material-components-android/commit/9a46af2af2a7faa99ed287e9f1ff89e2a05e3238)) - Split icon tinting logic to a helper class ([`9789f2e`](https://togithub.com/material-components/material-components-android/commit/9789f2e286e5452f9e566a1c0db5b398b56bb4ac)) - Provided set simple items API with default item layout for MaterialAutoCompleteTextView ([`85ed993`](https://togithub.com/material-components/material-components-android/commit/85ed9938d73786ea001ccb4ac2642a1384f673ec)) - Added support for minEms and maxEms ([`7d46b95`](https://togithub.com/material-components/material-components-android/commit/7d46b95e9e183907c12dc86f065a13b6ad6bf7f0)) - Applied edit text's letter spacing to expanded hints ([`88eb089`](https://togithub.com/material-components/material-components-android/commit/88eb0890219b49c12dd9c873bc51c3929eee44e9)) - Text field should comply with system level bold ([`e8bde75`](https://togithub.com/material-components/material-components-android/commit/e8bde7546b0828dc348685ef9e0cc87fb6d74409)) - Fixed crashes when text field size is too large ([`cf5df22`](https://togithub.com/material-components/material-components-android/commit/cf5df22ccefae252a77b21119d56f86eeac5217c)) - Fixed getBoxCornerRadiusBottomEnd and getBoxCornerRadiusBottomStart returning wrong values. ([`9d2f864`](https://togithub.com/material-components/material-components-android/commit/9d2f864f0ac6c75b6601fedcf3a2a6c9c1648184)) - `TopAppBar` - Fixed app:expanded=false not working ([`2f3110f`](https://togithub.com/material-components/material-components-android/commit/2f3110ff5d67dc46308621e5bf63d4dae9b2e04b)) - Fixed centering logic when title and subtitle are the same ([`f69e3a0`](https://togithub.com/material-components/material-components-android/commit/f69e3a025b533ed6eb2e20016a5fc31b0e17a9be)) - Support scaleType and adjustViewBounds for logo ([`b01051b`](https://togithub.com/material-components/material-components-android/commit/b01051b8bcafa1aa732de2a1bef82aa43de71d05)) - Make title and subtitle match ActionBar's ([`0f2b537`](https://togithub.com/material-components/material-components-android/commit/0f2b5378f709e3eb58fe92d321bf441761860f66)) - Save and restore scroll state during scroll range recalculation ([`698cf9b`](https://togithub.com/material-components/material-components-android/commit/698cf9b45e8d9358e4accbf0685e6a6daf3effec)) - Fixed top app bar snapping issue ([`acb7958`](https://togithub.com/material-components/material-components-android/commit/acb7958c662f37d5a89589f67f05a72ffa0ce816)) - Fixed expanded title margin not applied ([`89d80d0`](https://togithub.com/material-components/material-components-android/commit/89d80d080fbb2c53d1a09102a2e4ffb71d7bb0fc)) - Correctly set letter spacing when expanding titles ([`44d4c3e`](https://togithub.com/material-components/material-components-android/commit/44d4c3ea3fa6d81f127c6d92ed76df232afb45cc)) - Fixed text alignment of multi-line title in collapsing toolbar ([`e6db8a4`](https://togithub.com/material-components/material-components-android/commit/e6db8a4d31fa5566e287254121969a589cdfaf97)) - Fixed snap issue with transparent status bar ([`b935604`](https://togithub.com/material-components/material-components-android/commit/b935604e2c9192e3ad3f9e3f5f2ebf93086d2ea0)) ##### Dependency Updates | Dependency | Previous version | New version | | - | - | - | androidx.fragment | 1.0.0 | 1.2.5 ##### Full list of changes ##### Full list of release notes - [1.6.0-alpha01](https://togithub.com/material-components/material-components-android/releases/tag/1.6.0-alpha01) - [1.6.0-alpha02](https://togithub.com/material-components/material-components-android/releases/tag/1.6.0-alpha02) - [1.6.0-alpha03](https://togithub.com/material-components/material-components-android/releases/tag/1.6.0-alpha03) - [1.6.0-beta01](https://togithub.com/material-components/material-components-android/releases/tag/1.6.0-beta01) - [1.6.0-rc01](https://togithub.com/material-components/material-components-android/releases/tag/1.6.0-rc01)

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.