File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
23
23
| Component | Version | Amplify | Material3 |
24
24
| --- | ---------| ---------| -----------|
25
25
| 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 |
27
27
28
28
## Getting Started
29
29
Original file line number Diff line number Diff line change
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
+
1
13
## [ Release 1.1.6] ( https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.6 )
2
14
3
15
## Miscellaneous
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
17
17
POM_NAME =Amplify UI Framework for Android - Liveness
18
18
POM_DESCRIPTION =Amplify UI Framework for Android - Liveness Plugin
19
19
POM_PACKAGING =aar
20
- VERSION_NAME =1.1.6
20
+ VERSION_NAME =1.2.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
2
2
ext {
3
3
compose_version = ' 1.5.4'
4
4
amplifyVersion = ' 2.14.5'
5
- amplifyUIVersion = ' 1.1.6 '
5
+ amplifyUIVersion = ' 1.2.0 '
6
6
}
7
7
repositories {
8
8
google()
You can’t perform that action at this time.
0 commit comments