diff --git a/README.md b/README.md index 32ff7204..ce61ab6b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone | Component | Version | Amplify | Material3 | | --- |---------|---------|-----------| | Authenticator | 1.0.2 | 2.14.5+ | 1.1.2 | -| Liveness | 1.2.0 | 2.14.5+ | 1.1.2 | +| Liveness | 1.2.1 | 2.14.8+ | 1.1.2 | ## Getting Started diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index a669e8ff..4a0988a9 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,3 +1,10 @@ +## [Release 1.2.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.1) + +## Miscellaneous +* Pass error codes on close to Amplify https://github.com/aws-amplify/amplify-ui-android/pull/106 + +[See all changes between 1.2.0 and 1.2.1](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.2.0...release-liveness-1.2.1) + ## [Release 1.2.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.0) ## Important! diff --git a/liveness/gradle.properties b/liveness/gradle.properties index fb3afb63..423e6b12 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.2.0 +VERSION_NAME=1.2.1 diff --git a/samples/liveness/build.gradle b/samples/liveness/build.gradle index 1839e6b2..067953de 100644 --- a/samples/liveness/build.gradle +++ b/samples/liveness/build.gradle @@ -1,8 +1,8 @@ buildscript { ext { compose_version = '1.5.4' - amplifyVersion = '2.14.5' - amplifyUIVersion = '1.2.0' + amplifyVersion = '2.14.8' + amplifyUIVersion = '1.2.1' } repositories { google()