Skip to content

Commit

Permalink
release liveness 1.1.3 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach authored Sep 14, 2023
1 parent 3e756f8 commit b923ba5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
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.0 | 2.8.4+ | 1.1.0 |
| Liveness | 1.1.2 | 2.11.1+ | 1.1.0 |
| Liveness | 1.1.3 | 2.13.1+ | 1.1.0 |

## Getting Started

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

## Bug Fixes
* fix(liveness): Add version to liveness websocket user agent https://github.com/aws-amplify/amplify-ui-android/pull/73
* fix(liveness): Use server facematch timeout https://github.com/aws-amplify/amplify-ui-android/pull/74

## Miscellaneous
* Amplify version bump https://github.com/aws-amplify/amplify-ui-android/pull/75

[See all changes between 1.1.2 and 1.1.3](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.1.2...release_liveness_v1.1.3)

## [Release 1.1.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.2)
## Bug Fixes
* Update Amplify min version for Liveness in https://github.com/aws-amplify/amplify-ui-android/pull/68
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.2
VERSION_NAME=1.1.3
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.3.3'
amplifyVersion = '2.13.1'
amplifyUIVersion = '1.1.2'
amplifyUIVersion = '1.1.3'
}
repositories {
google()
Expand Down

0 comments on commit b923ba5

Please sign in to comment.