From 0ed7d0c196e9e3205cc624882145e7035a4eba5f Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Wed, 22 Nov 2023 09:11:13 +0100 Subject: [PATCH] update for released yubikit-android 2.4.0 --- content/Mobile/Android/index.adoc | 6 ------ content/projects/yubikit-android/.conf.json | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/content/Mobile/Android/index.adoc b/content/Mobile/Android/index.adoc index fecc38a72..09e441762 100644 --- a/content/Mobile/Android/index.adoc +++ b/content/Mobile/Android/index.adoc @@ -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]. diff --git a/content/projects/yubikit-android/.conf.json b/content/projects/yubikit-android/.conf.json index 0c8b9b061..02cf273d6 100644 --- a/content/projects/yubikit-android/.conf.json +++ b/content/projects/yubikit-android/.conf.json @@ -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"], @@ -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 } }