Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release liveness 1.2.0 #102

Merged
merged 6 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 12 additions & 0 deletions liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6
VERSION_NAME=1.2.0
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.5.4'
amplifyVersion = '2.14.5'
amplifyUIVersion = '1.1.6'
amplifyUIVersion = '1.2.0'
}
repositories {
google()
Expand Down
Loading