File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
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
2323| Component | Version | Amplify | Material3 |
2424| --- | ---------| ----------| -----------|
2525| Authenticator | 1.1.0 | 2.14.10+ | 1.1.2 |
26- | Liveness | 1.2.4 | 2.15.0 + | 1.1.2 |
26+ | Liveness | 1.2.4 | 2.15.1 + | 1.1.2 |
2727
2828## Getting Started
2929
Original file line number Diff line number Diff line change 1+ ## [ Release 1.2.5] ( https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.5 )
2+
3+ ## Bug Fixes
4+ * Update Amplify to 2.15.1 to fix unauthenticated logins caused 401 error https://github.com/aws-amplify/amplify-android/commit/e85e3bb9f28089bd70d5775fab1229f0645e0270
5+
6+
17## [ Release 1.2.4] ( https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.4 )
28
39## Bug Fixes and Features
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
1717POM_NAME =Amplify UI Framework for Android - Liveness
1818POM_DESCRIPTION =Amplify UI Framework for Android - Liveness Plugin
1919POM_PACKAGING =aar
20- VERSION_NAME =1.2.4
20+ VERSION_NAME =1.2.5
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 compose_version = ' 1.5.4'
4- amplifyVersion = ' 2.15.0 '
5- amplifyUIVersion = ' 1.2.4 '
4+ amplifyVersion = ' 2.15.1 '
5+ amplifyUIVersion = ' 1.2.5 '
66 }
77 repositories {
88 google()
You can’t perform that action at this time.
0 commit comments