Skip to content

Commit 14c79bf

Browse files
authored
Add legacy FIDO2 API version (#2188)
### Summary See AzureAD/microsoft-authentication-library-common-for-android#2508
1 parent 1231b57 commit 14c79bf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
vNext
44
----------
55
-[MINOR] Support for email OTP MFA in native authentication (#2167)
6+
-[MINOR] Add legacy FIDO2 API version (#2188)
67

78
Version 5.6.0
89
----------
9-
- [PATCH] Update common @18.0.0
10+
-[PATCH] Update common @18.0.0
1011
-[MINOR] Moving OS version check for passkeys (#2138)
1112
-[PATCH] Fix Native Auth authority data being persisted across different SDK instances (#2159)
1213

common

Submodule common updated 20 files

gradle/versions.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ ext {
7979
jetpackDataStoreVersion = "1.0.0"
8080
lifecycleKtxVersion="2.5.1"
8181
AndroidCredentialsVersion="1.2.2"
82+
LegacyFidoApiVersion="20.1.0"
8283

8384
// microsoft-diagnostics-uploader app versions
8485
powerliftVersion = "0.14.7"

0 commit comments

Comments
 (0)