[PM-37224] bug: Update Bitwarden SDK to hotfix version#6920
Merged
SaintPatrck merged 1 commit intoMay 14, 2026
Merged
Conversation
Objective: Upgrade the Bitwarden SDK to a specific hotfix release. - Update `bitwardenSdk` version reference from `2.0.0-6074-f373e7f3` to `2.0.0-6825-release-hotfix-v2026.4.1-bwpm` - Change the `bitwarden-sdk` library module from `com.bitwarden:sdk-android` to `com.bitwarden:sdk-android.dev`
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/hotfix-v2026.4.1-bwpm #6920 +/- ##
=================================================================
+ Coverage 81.94% 85.52% +3.57%
=================================================================
Files 979 961 -18
Lines 63689 60989 -2700
Branches 8686 8653 -33
=================================================================
- Hits 52190 52160 -30
+ Misses 8490 5818 -2672
- Partials 3009 3011 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| androidx-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidxSplash" } | ||
| androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidxWork" } | ||
| bitwarden-sdk = { module = "com.bitwarden:sdk-android", version.ref = "bitwardenSdk" } | ||
| bitwarden-sdk = { module = "com.bitwarden:sdk-android.dev", version.ref = "bitwardenSdk" } |
Collaborator
There was a problem hiding this comment.
Are there any differences between regular and the .dev version?
Contributor
Author
There was a problem hiding this comment.
No. Just a naming difference.
david-livefront
approved these changes
May 14, 2026
2e88a41
into
release/hotfix-v2026.4.1-bwpm
55 of 56 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎟️ Tracking
PM-37224
📔 Objective
Resolve login failures on 32-bit devices.