Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for yubikit-android 2.4.0 #564

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}
Loading