[PR #1544] [MERGED] Update XF to remove AndroidX dependency hack #2955

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

📋 Pull Request Information

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

Base: masterHead: update-forms


📝 Commits (2)

📊 Changes

8 files changed (+16 additions, -18 deletions)

View changed files

📝 src/Android/Android.csproj (+7 -9)
📝 src/Android/Renderers/CustomTabbedRenderer.cs (+2 -2)
📝 src/App/App.csproj (+2 -2)
📝 src/Core/Core.csproj (+1 -1)
📝 src/iOS.Autofill/iOS.Autofill.csproj (+1 -1)
📝 src/iOS.Extension/iOS.Extension.csproj (+1 -1)
📝 test/Common/Common.csproj (+1 -1)
📝 test/Core.Test/Core.Test.csproj (+1 -1)

📄 Description

The SR5 release of Xamarin Forms (5.0.0.2125) fixed the broken AndroidX & Material dependencies of the previous release, allowing us to remove the extra dependencies added in #1471 and update others to the latest without breaking the build. This will close this Asana task.

(Note this does not yet fix this Asana task which we worked around in #1447 and #1454)

Also updated LiteDB, AppCenter, and .NET Test SDK to the latest.


🔄 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/1544 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 9/22/2021 **Status:** ✅ Merged **Merged:** 9/23/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `update-forms` --- ### 📝 Commits (2) - [`6d21f66`](https://github.com/bitwarden/android/commit/6d21f6619f147ae98e53b4fdce105aafd05efa82) update forms and other libs - [`639c2f1`](https://github.com/bitwarden/android/commit/639c2f19a106d44e3897478128facb5300f1b5f2) change async pattern ### 📊 Changes **8 files changed** (+16 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+7 -9) 📝 `src/Android/Renderers/CustomTabbedRenderer.cs` (+2 -2) 📝 `src/App/App.csproj` (+2 -2) 📝 `src/Core/Core.csproj` (+1 -1) 📝 `src/iOS.Autofill/iOS.Autofill.csproj` (+1 -1) 📝 `src/iOS.Extension/iOS.Extension.csproj` (+1 -1) 📝 `test/Common/Common.csproj` (+1 -1) 📝 `test/Core.Test/Core.Test.csproj` (+1 -1) </details> ### 📄 Description The SR5 release of Xamarin Forms (5.0.0.2125) fixed the broken AndroidX & Material dependencies of the previous release, allowing us to remove the extra dependencies added in #1471 and update others to the latest without breaking the build. This will close [this Asana task](https://app.asana.com/0/1169444489336079/1200632790235501/f). (Note this does not yet fix [this Asana task](https://app.asana.com/0/1169444489336079/1200531933783245/f) which we worked around in #1447 and #1454) Also updated LiteDB, AppCenter, and .NET Test SDK to the latest. --- <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:26:24 -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#2955