Skip to content

Commit 19be782

Browse files
authored
YubiKit 2.5.0 and CredMan 1.2.2 (#2109)
### Summary Latest versions: - CredMan 1.2.2: https://developer.android.com/jetpack/androidx/releases/credentials#1.2.2 - YubiKit 2.5.0: https://github.com/Yubico/yubikit-android/releases Manual testing was conducted and passed.
1 parent f357998 commit 19be782

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
vNext
44
----------
55
- [MINOR] Support for multiple access tokens in NativeAuth (#2082)
6+
- [MINOR] YubiKit 2.5.0 and CredMan 1.2.2 (#2109)
67

78
Version 5.3.1
89
---------

gradle/versions.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ ext {
6666
tokenShare = "1.6.5"
6767
intuneAppSdkVersion = "8.6.3"
6868
javaAssistVersion = "3.27.0-GA"
69-
yubikitAndroidVersion = "2.3.0"
70-
yubikitPivVersion = "2.3.0"
69+
yubikitAndroidVersion = "2.5.0"
70+
yubikitPivVersion = "2.5.0"
7171
powerliftAndroidVersion="1.0.3"
7272
kotlinXCoroutinesVersion = "1.6.4"
7373
mockkVersion = "1.11.0"
@@ -78,7 +78,7 @@ ext {
7878
openTelemetryVersion = "1.18.0"
7979
jetpackDataStoreVersion = "1.0.0"
8080
lifecycleKtxVersion="2.5.1"
81-
AndroidCredentialsVersion="1.2.0"
81+
AndroidCredentialsVersion="1.2.2"
8282

8383
// microsoft-diagnostics-uploader app versions
8484
powerliftVersion = "0.14.7"

0 commit comments

Comments
 (0)