[PR #2092] [MERGED] Updated libs to latest stable #3345

Closed
opened 2025-11-26 23:31:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2092
Author: @mpbw2
Created: 9/22/2022
Status: Merged
Merged: 9/22/2022
Merged by: @mpbw2

Base: masterHead: update-libs


📝 Commits (6)

  • d856f8f updated libs to latest stable
  • bc95bfa testing rollback of test dependencies
  • bce271a testing xunit restore
  • 3a7bfbe bump all test libs except xunit
  • c76d842 Merge branch 'master' into update-libs
  • 8ecac19 remove AndroidX.Migration package

📊 Changes

9 files changed (+30 additions, -30 deletions)

View changed files

📝 src/Android/Android.csproj (+11 -11)
📝 src/App/App.csproj (+4 -4)
📝 src/Core/Core.csproj (+4 -4)
📝 src/iOS.Autofill/iOS.Autofill.csproj (+1 -1)
📝 src/iOS.Extension/iOS.Extension.csproj (+1 -1)
📝 src/iOS.ShareExtension/iOS.ShareExtension.csproj (+2 -2)
📝 test/Common/Common.csproj (+3 -3)
📝 test/Core.Test/Core.Test.csproj (+3 -3)
📝 test/Playground/Playground.csproj (+1 -1)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Updated all third-party dependencies to latest stable. In addition to getting back on track, this helps reduce the IDE thrashing/violence when switching between master and MAUI dev branches. We were several revisions behind on some of these due to them shifting to requiring Android 12 as a build target, and we hadn't yet handled the updated requirements to target past 11. With #2063 in place (thanks @aj-rosado !) we can finally bump these up.

Code changes

  • *.csproj: Misc version bumps to all projects with a few exceptions:

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2092 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 9/22/2022 **Status:** ✅ Merged **Merged:** 9/22/2022 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `update-libs` --- ### 📝 Commits (6) - [`d856f8f`](https://github.com/bitwarden/android/commit/d856f8f10c5744aaa99fc1c3f5a4caeeff80e2e0) updated libs to latest stable - [`bc95bfa`](https://github.com/bitwarden/android/commit/bc95bfaf9323d755bf71d61b199bc1f0380ae675) testing rollback of test dependencies - [`bce271a`](https://github.com/bitwarden/android/commit/bce271ae217a29d3125664f4653c8a300cf5032f) testing xunit restore - [`3a7bfbe`](https://github.com/bitwarden/android/commit/3a7bfbe40e52b6805e96fda93c1780dc880984d7) bump all test libs except xunit - [`c76d842`](https://github.com/bitwarden/android/commit/c76d8420b5728c23d0f26d1f89243374a8ce2f79) Merge branch 'master' into update-libs - [`8ecac19`](https://github.com/bitwarden/android/commit/8ecac195d82767385b52789f4d6e6c6b2a36fa00) remove AndroidX.Migration package ### 📊 Changes **9 files changed** (+30 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+11 -11) 📝 `src/App/App.csproj` (+4 -4) 📝 `src/Core/Core.csproj` (+4 -4) 📝 `src/iOS.Autofill/iOS.Autofill.csproj` (+1 -1) 📝 `src/iOS.Extension/iOS.Extension.csproj` (+1 -1) 📝 `src/iOS.ShareExtension/iOS.ShareExtension.csproj` (+2 -2) 📝 `test/Common/Common.csproj` (+3 -3) 📝 `test/Core.Test/Core.Test.csproj` (+3 -3) 📝 `test/Playground/Playground.csproj` (+1 -1) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [X] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Updated all third-party dependencies to latest stable. In addition to getting back on track, this helps reduce the IDE thrashing/violence when switching between `master` and MAUI dev branches. We were several revisions behind on some of these due to them shifting to requiring Android 12 as a build target, and we hadn't yet handled the updated requirements to target past 11. With #2063 in place (thanks @aj-rosado !) we can finally bump these up. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * ***.csproj:** Misc version bumps to all projects with a few exceptions: - `Publisher`: Holding off on this to avoid breaking our automated publishing process - `xunit`: Issue in `2.4.2` crashing the test: https://github.com/xunit/xunit/issues/2572 ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:31:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3345