Skip to content

Commit 0ee534b

Browse files
ankpshahtylerjroachtjleing
authored
chore: release liveness 1.2.0 (#102)
Co-authored-by: Tyler Roach <tjroach@amazon.com> Co-authored-by: Thomas Leing <bluezebragames@gmail.com>
1 parent 0871750 commit 0ee534b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
2323
| Component | Version | Amplify | Material3 |
2424
| --- |---------|---------|-----------|
2525
| Authenticator | 1.0.2 | 2.14.5+ | 1.1.2 |
26-
| Liveness | 1.1.6 | 2.14.5+ | 1.1.2 |
26+
| Liveness | 1.2.0 | 2.14.5+ | 1.1.2 |
2727

2828
## Getting Started
2929

liveness/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [Release 1.2.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.0)
2+
3+
## Important!
4+
* New string added (update translations): "amplify_ui_liveness_get_ready_center_face_label"
5+
* LivenessColorScheme defaults changed: errorContainer and onErrorContainer default colors have been modified.
6+
7+
## Bug Fixes and Features
8+
* fix(liveness): use updated Liveness oval algorithm https://github.com/aws-amplify/amplify-ui-android/pull/95
9+
* feat(liveness): Update Liveness UI https://github.com/aws-amplify/amplify-ui-android/pull/100
10+
11+
[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)
12+
113
## [Release 1.1.6](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.6)
214

315
## Miscellaneous

liveness/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
1717
POM_NAME=Amplify UI Framework for Android - Liveness
1818
POM_DESCRIPTION=Amplify UI Framework for Android - Liveness Plugin
1919
POM_PACKAGING=aar
20-
VERSION_NAME=1.1.6
20+
VERSION_NAME=1.2.0

samples/liveness/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
compose_version = '1.5.4'
44
amplifyVersion = '2.14.5'
5-
amplifyUIVersion = '1.1.6'
5+
amplifyUIVersion = '1.2.0'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)