Skip to content

Commit a97e14f

Browse files
eeatonawsThomas Leing
authored andcommitted
release: Amplify UI Android Liveness 1.0.1 (#49)
1 parent 8a3fbf1 commit a97e14f

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
1313

1414
## Connected Components
1515

16-
| Component | Summary | Latest Version | Docs | Sample |
17-
| --- | --- | --- | --- | --- |
16+
| Component | Summary | Latest Version | Docs | Sample |
17+
| --- | --- |------------------------------------------------------------------------------------------------------| --- | --- |
1818
| [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/) |
19-
| [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.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |
19+
| [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/) |
2020

2121
## Supported Versions
2222

2323
| Component | Version | Amplify | Material3 |
24-
| --- | --- | --- | --- |
25-
| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 |
26-
| Liveness | 1.0.0 | 2.7.0+ | 1.0.1+ |
24+
| --- |---------|---------| --- |
25+
| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 |
26+
| Liveness | 1.0.1 | 2.8.7+ | 1.0.1+ |
2727

2828
## Getting Started
2929

liveness/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [Release 1.0.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.1)
2+
3+
### Bug Fixes
4+
- **liveness:** Use English locale for date/time ([#2491](https://github.com/aws-amplify/amplify-android/issues/2491))
5+
6+
[See all changes between 1.0.0 and 1.0.1](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.0.0...release_liveness_v1.0.1)
7+
18
## [Release 1.0.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.0)
29

310
### Features

liveness/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
1717
POM_NAME=Amplify UI Framework for Android - Liveness
1818
POM_DESCRIPTION=Amplify UI Framework for Android - Liveness Plugin
1919
POM_PACKAGING=aar
20-
VERSION_NAME=1.0.0
20+
VERSION_NAME=1.0.1

samples/liveness/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
compose_version = '1.3.3'
44
amplifyVersion = '2.8.7'
5-
amplifyUIVersion = '1.0.0'
5+
amplifyUIVersion = '1.0.1'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)