Skip to content

Commit

Permalink
Adding legacy FIDO2 API versions (#359)
Browse files Browse the repository at this point in the history
### Summary
Adding in the FIDO2 legacy API versions to versions.gradle.
  • Loading branch information
melissaahn authored Sep 20, 2024
1 parent fa87434 commit 9c99299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ext {
blockstoreVersion="16.2.0"
lifecycleKtxVersion="2.5.1"
AndroidCredentialsVersion="1.2.2"
LegacyFidoApiVersion="20.1.0"

// microsoft-diagnostics-uploader app versions
powerliftVersion = "0.14.7"
Expand Down
1 change: 1 addition & 0 deletions java-complete/gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ ext {
powerliftAndroidVersion="1.0.0"
lifecycleKtxVersion="2.5.1"
AndroidCredentialsVersion="1.2.2"
LegacyFidoApiVersion="20.1.0"

// microsoft-diagnostics-uploader app versions
powerliftVersion = "0.14.7"
Expand Down

0 comments on commit 9c99299

Please sign in to comment.