Skip to content

Commit 78a8d1b

Browse files
authored
release: Liveness 1.0.2 (#51)
1 parent 3a95871 commit 78a8d1b

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
1616
| Component | Summary | Latest Version | Docs | Sample |
1717
| --- | --- |------------------------------------------------------------------------------------------------------| --- | --- |
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.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/) |
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.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/) |
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.1 | 2.8.7+ | 1.0.1+ |
24+
| --- |---------|---------|-----------|
25+
| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 |
26+
| Liveness | 1.0.2 | 2.8.7+ | 1.1.0 |
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.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.2)
2+
3+
### Bug Fixes
4+
- **liveness:** center camera preview ([#50](https://github.com/aws-amplify/amplify-ui-android/issues/50))
5+
6+
[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)
7+
18
## [Release 1.0.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.1)
29

310
### Bug Fixes

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.1
20+
VERSION_NAME=1.0.2

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.1'
5+
amplifyUIVersion = '1.0.2'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)