Skip to content
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.2.0 | 2.14.5+ | 1.1.2 |
| Liveness | 1.2.1 | 2.14.8+ | 1.1.2 |

## Getting Started

Expand Down
7 changes: 7 additions & 0 deletions liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [Release 1.2.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.1)

## Miscellaneous
* Pass error codes on close to Amplify https://github.com/aws-amplify/amplify-ui-android/pull/106

[See all changes between 1.2.0 and 1.2.1](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.2.0...release-liveness-1.2.1)

## [Release 1.2.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.2.0)

## Important!
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.2.0
VERSION_NAME=1.2.1
4 changes: 2 additions & 2 deletions samples/liveness/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
compose_version = '1.5.4'
amplifyVersion = '2.14.5'
amplifyUIVersion = '1.2.0'
amplifyVersion = '2.14.8'
amplifyUIVersion = '1.2.1'
}
repositories {
google()
Expand Down