Skip to content

Commit

Permalink
update for released yubikit-android 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Nov 22, 2023
1 parent 612fc92 commit 0ed7d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 0 additions & 6 deletions content/Mobile/Android/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ link:https://github.com/Yubico/yubikit-android[on GitHub].

JavaDoc APIs for the various modules can be found link:/yubikit-android/JavaDoc/[here].

[NOTE]
======
The pre-release version of the YubiKit Android SDK supported a subset of FIDO2 functionality. In this general availability (GA) version, that FIDO2 module has been removed. We recommend developers use the official link:https://developers.google.com/identity/fido/android/native-apps[FIDO2 API for Android] provided by Google.
======


=== Get Started

1. Pick up a link:https://www.yubico.com/products/compare-products-series/[YubiKey or a Security Key by Yubico].
Expand Down
4 changes: 3 additions & 1 deletion content/projects/yubikit-android/.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
["NEWS", "Release_Notes.adoc"],
["android/README.adoc", "android/index.adoc"],
["core/README.adoc", "core/index.adoc"],
["fido/README.adoc", "fido/index.adoc"],
["management/README.adoc", "management/index.adoc"],
["oath/README.adoc", "oath/index.adoc"],
["openpgp/README.adoc", "openpgp/index.adoc"],
["piv/README.adoc", "piv/index.adoc"],
["piv/piv_jca.adoc", "piv/piv_jca.adoc"],
["yubiotp/README.adoc", "yubiotp/index.adoc"],
Expand All @@ -31,7 +33,7 @@
"javadoc": {
"groupId": "com.yubico.yubikit",
"artifactId": "android",
"artifactIds": ["core", "android", "management", "oath", "piv", "yubiotp", "yubikit", "mgmt", "otp", "fido", "support"],
"artifactIds": ["core", "android", "management", "oath", "piv", "yubiotp", "yubikit", "mgmt", "otp", "openpgp", "fido", "support"],
"all_versions": true
}
}

0 comments on commit 0ed7d0c

Please sign in to comment.