Skip to content

Commit a426924

Browse files
gpanshutjleing
andauthored
release liveness 1.1.2 (#71)
Co-authored-by: Thomas Leing <bluezebragames@gmail.com>
1 parent 5d469c1 commit a426924

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

Lines changed: 2 additions & 2 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.1.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.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.1.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.2) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |
2020

2121
## Supported Versions
2222

2323
| Component | Version | Amplify | Material3 |
2424
| --- |---------|---------|-----------|
2525
| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 |
26-
| Liveness | 1.1.1 | 2.11.1+ | 1.1.0 |
26+
| Liveness | 1.1.2 | 2.11.1+ | 1.1.0 |
2727

2828
## Getting Started
2929

liveness/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [Release 1.1.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.2)
2+
## Bug Fixes
3+
* Update Amplify min version for Liveness in https://github.com/aws-amplify/amplify-ui-android/pull/68
4+
* Update build.gradle in https://github.com/aws-amplify/amplify-ui-android/pull/69
5+
* fix(liveness): Added Rekognition backend for Android app and updated README in https://github.com/aws-amplify/amplify-ui-android/pull/59
6+
* fix(liveness): Screen rotation saves/loads correctly; lifecycle not destroyed at time of use in https://github.com/aws-amplify/amplify-ui-android/pull/65
7+
8+
[See all changes between 1.1.1 and 1.1.2](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.1.1...release_liveness_v1.1.2)
9+
110
## [Release 1.1.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.1)
211

312
### 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.1.1
20+
VERSION_NAME=1.1.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.11.1'
5-
amplifyUIVersion = '1.1.1'
5+
amplifyUIVersion = '1.1.2'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)