From 2f4b12980c45e7aba31f010b89ac9e724c5f56df Mon Sep 17 00:00:00 2001 From: amplify-android-dev+ghops Date: Wed, 22 Oct 2025 14:52:36 +0000 Subject: [PATCH 1/3] release: Amplify UI Android Liveness 1.7.2 --- README.md | 2 +- liveness/CHANGELOG.md | 6 ++++++ liveness/gradle.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d62dc..dd21f9e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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.7.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.7.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.7.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.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.7.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.2) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) | ## Supported Versions diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index 5741bdc..925a3cc 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,3 +1,9 @@ +## [Release 1.7.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.2) + + + +[See all changes between 1.7.1 and 1.7.2](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.7.1...release_liveness_v1.7.2) + ## [Release 1.7.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.1) ### Bug Fixes diff --git a/liveness/gradle.properties b/liveness/gradle.properties index 2d6e53c..19977ea 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.7.1 +VERSION_NAME=1.7.2 From 84e1e9edbc020244b4f2d1b9c9c860b857d18872 Mon Sep 17 00:00:00 2001 From: tjroach Date: Wed, 22 Oct 2025 11:11:05 -0400 Subject: [PATCH 2/3] Bump minor version --- README.md | 2 +- liveness/CHANGELOG.md | 4 ++-- liveness/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd21f9e..98db299 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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.7.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.7.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.7.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.2) | [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.8.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.8.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) | ## Supported Versions diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index 925a3cc..9f000eb 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,8 +1,8 @@ -## [Release 1.7.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.2) +## [Release 1.8.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.8.0) -[See all changes between 1.7.1 and 1.7.2](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.7.1...release_liveness_v1.7.2) +[See all changes between 1.7.1 and 1.8.0](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.7.1...release_liveness_v1.8.0) ## [Release 1.7.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.7.1) diff --git a/liveness/gradle.properties b/liveness/gradle.properties index 19977ea..23d4bb3 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.7.2 +VERSION_NAME=1.8.0 From c26c44e4f8cab0577c04283be1fa0241dd70e556 Mon Sep 17 00:00:00 2001 From: tjroach Date: Wed, 22 Oct 2025 11:13:46 -0400 Subject: [PATCH 3/3] Bump minor version --- liveness/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index 9f000eb..608ecd9 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,6 +1,7 @@ ## [Release 1.8.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.8.0) - +### Features +- **all:** Update compose bom and reintroduce material icons lib ([#278](https://github.com/aws-amplify/amplify-ui-android/issues/278)) [See all changes between 1.7.1 and 1.8.0](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.7.1...release_liveness_v1.8.0)