Fixes AB#3542294 Update tokenshare library to 1.7.2#3169
Open
siddhijain wants to merge 2 commits into
Open
Conversation
- Updated tokenshare dependency from 1.6.5 to 1.7.2 - New version adds getTokenSharedDeviceId() API support Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
✅ Work item link check complete. Description contains link AB#3542294 to an Azure Boards work item. |
1 similar comment
|
✅ Work item link check complete. Description contains link AB#3542294 to an Azure Boards work item. |
|
Please refer to this document for more details. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to update the TokenShare library version used by the project, in support of newer TokenShare APIs (including getTokenSharedDeviceId()), by bumping the configured version in the shared Gradle versions file.
⚠️ Warning: Changes detected⚠️ Please follow the recommendations in Adding or Updating Gradle Dependencies.
Changes:
- Updated the
tokenShareversion constant from1.6.5to1.7.2ingradle/versions.gradle.
| bouncyCastleVersion = "1.84" | ||
| oshiCoreVersion = "5.7.5" | ||
| tokenShare = "1.6.5" | ||
| tokenShare = "1.7.2" |
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.
Fixes AB#3542294