Skip to content

Commit

Permalink
release liveness 1.1.2 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Leing <bluezebragames@gmail.com>
  • Loading branch information
gpanshu and tjleing authored Aug 3, 2023
1 parent 5d469c1 commit a426924
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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/) |
| [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/) |

## Supported Versions

| Component | Version | Amplify | Material3 |
| --- |---------|---------|-----------|
| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 |
| Liveness | 1.1.1 | 2.11.1+ | 1.1.0 |
| Liveness | 1.1.2 | 2.11.1+ | 1.1.0 |

## Getting Started

Expand Down
9 changes: 9 additions & 0 deletions liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [Release 1.1.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.2)
## Bug Fixes
* Update Amplify min version for Liveness in https://github.com/aws-amplify/amplify-ui-android/pull/68
* Update build.gradle in https://github.com/aws-amplify/amplify-ui-android/pull/69
* fix(liveness): Added Rekognition backend for Android app and updated README in https://github.com/aws-amplify/amplify-ui-android/pull/59
* 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

[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)

## [Release 1.1.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.1)

### Features
Expand Down
2 changes: 1 addition & 1 deletion liveness/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1
VERSION_NAME=1.1.2
2 changes: 1 addition & 1 deletion samples/liveness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
compose_version = '1.3.3'
amplifyVersion = '2.11.1'
amplifyUIVersion = '1.1.1'
amplifyUIVersion = '1.1.2'
}
repositories {
google()
Expand Down

0 comments on commit a426924

Please sign in to comment.