bitwarden / android

Bitwarden mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
6.33k stars 797 forks source link

Update compose BOM to 2024.09.01 #3907

Closed david-livefront closed 3 weeks ago

david-livefront commented 3 weeks ago

๐ŸŽŸ๏ธ Tracking

N/A

๐Ÿ“” Objective

This PR updates the Compose BOM from 2024.09.00 to 2024.09.01.

There should be no functional changes here, the library updates all include this note:

No changes to Android artifacts. -desktop artifacts were removed and -jvmStubs and -linuxx64Stubs artifacts were added. None of these targets are meant to be used, they are placeholders to help Jetbrains Compose efforts.

โฐ Reminders before review

๐Ÿฆฎ Reviewer guidelines

github-actions[bot] commented 3 weeks ago

Logo Checkmarx One โ€“ Scan Summary & Details โ€“ eae5e143-436b-45c2-866a-18c87afa4847

No New Or Fixed Issues Found

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.67%. Comparing base (6521848) to head (c5cd6b8). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3907 +/- ## ======================================= Coverage 88.67% 88.67% ======================================= Files 416 416 Lines 33987 33987 Branches 5011 5011 ======================================= Hits 30138 30138 Misses 2091 2091 Partials 1758 1758 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

david-livefront commented 3 weeks ago

Thanks @dseverns-livefront