diff --git a/README.md b/README.md index a111fd1d..32ff7204 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.1.6 | 2.14.5+ | 1.1.2 | +| Liveness | 1.2.0 | 2.14.5+ | 1.1.2 | ## Getting Started diff --git a/liveness/CHANGELOG.md b/liveness/CHANGELOG.md index 26dbce32..a669e8ff 100644 --- a/liveness/CHANGELOG.md +++ b/liveness/CHANGELOG.md @@ -1,3 +1,15 @@ +## [Release 1.2.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.0) + +## Important! +* New string added (update translations): "amplify_ui_liveness_get_ready_center_face_label" +* LivenessColorScheme defaults changed: errorContainer and onErrorContainer default colors have been modified. + +## Bug Fixes and Features +* fix(liveness): use updated Liveness oval algorithm https://github.com/aws-amplify/amplify-ui-android/pull/95 +* feat(liveness): Update Liveness UI https://github.com/aws-amplify/amplify-ui-android/pull/100 + +[See all changes between 1.1.6 and 1.2.0](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.1.6...release-liveness-1.2.0) + ## [Release 1.1.6](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.6) ## Miscellaneous diff --git a/liveness/gradle.properties b/liveness/gradle.properties index 5d942dc5..fb3afb63 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.1.6 +VERSION_NAME=1.2.0 diff --git a/samples/liveness/build.gradle b/samples/liveness/build.gradle index 1877af78..1839e6b2 100644 --- a/samples/liveness/build.gradle +++ b/samples/liveness/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { compose_version = '1.5.4' amplifyVersion = '2.14.5' - amplifyUIVersion = '1.1.6' + amplifyUIVersion = '1.2.0' } repositories { google()