-
Notifications
You must be signed in to change notification settings - Fork 894
Update SDK to 1.0.0-3005-5a722fd2 #5860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5860 +/- ##
=======================================
Coverage 84.20% 84.20%
=======================================
Files 703 703
Lines 53296 53296
Branches 7339 7339
=======================================
Hits 44878 44878
Misses 5826 5826
Partials 2592 2592 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
userHandle: String = "mockUserHandle-$number", | ||
userName: String = "mockUserName-$number", | ||
userDisplayName: String = "mockUserDisplayName-$number", | ||
counter: String = "0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 I'm assuming we're not converting this to int and just sending it to the RP.
userHandle: String = "mockUserHandle-$number", | ||
userName: String = "mockUserName-$number", | ||
userDisplayName: String = "mockUserDisplayName-$number", | ||
counter: String = "0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change this to parameter to hasCounter
and assign counter = if (hasCounter) "$number" else "0"
?
Updates the SDK version from
1.0.0-2944-8447df0c
tocom.bitwarden:sdk-android 1.0.0-3005-5a722fd2
What's Changed
Raw changelog