From 0faa0c7bd25eb600ac98f78568f8b78ca0d6aae4 Mon Sep 17 00:00:00 2001 From: Erica Eaton Date: Tue, 27 Jun 2023 12:36:44 -0700 Subject: [PATCH] release: Liveness 1.0.2 --- README.md | 8 ++++---- liveness/CHANGELOG.md | 7 +++++++ liveness/gradle.properties | 2 +- samples/liveness/build.gradle | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f88fc05..5f0be566 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone | Component | Summary | Latest Version | Docs | Sample | | --- | --- |------------------------------------------------------------------------------------------------------| --- | --- | | [Authenticator](authenticator) | Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/). | [1.0.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.0.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/authenticator) | [Sample](samples/authenticator/) | -| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.0.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.1) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) | +| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.0.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.2) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) | ## Supported Versions | Component | Version | Amplify | Material3 | -| --- |---------|---------| --- | -| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 | -| Liveness | 1.0.1 | 2.8.7+ | 1.0.1+ | +| --- |---------|---------|-----------| +| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 | +| Liveness | 1.0.2 | 2.8.7+ | 1.1.0 | ## Getting Started diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index 9bb19b16..34ece453 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 1.0.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.2) + +### Bug Fixes +- **liveness:** center camera preview ([#50](https://github.com/aws-amplify/amplify-ui-android/issues/50)) + +[See all changes between 1.0.1 and 1.0.2](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.0.1...release_liveness_v1.0.2) + ## [Release 1.0.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.1) ### Bug Fixes diff --git a/liveness/gradle.properties b/liveness/gradle.properties index 98bc2f10..4750c53f 100644 --- a/liveness/gradle.properties +++ b/liveness/gradle.properties @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness POM_NAME=Amplify UI Framework for Android - Liveness POM_DESCRIPTION=Amplify UI Framework for Android - Liveness Plugin POM_PACKAGING=aar -VERSION_NAME=1.0.1 \ No newline at end of file +VERSION_NAME=1.0.2 \ No newline at end of file diff --git a/samples/liveness/build.gradle b/samples/liveness/build.gradle index 129c3720..dd9575a7 100644 --- a/samples/liveness/build.gradle +++ b/samples/liveness/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { compose_version = '1.3.3' amplifyVersion = '2.8.7' - amplifyUIVersion = '1.0.1' + amplifyUIVersion = '1.0.2' } repositories { google()