Skip to content

Commit b923ba5

Browse files
authored
release liveness 1.1.3 (#77)
1 parent 3e756f8 commit b923ba5

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.0 | 2.8.4+ | 1.1.0 |
26-
| Liveness | 1.1.2 | 2.11.1+ | 1.1.0 |
26+
| Liveness | 1.1.3 | 2.13.1+ | 1.1.0 |
2727

2828
## Getting Started
2929

liveness/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [Release 1.1.3](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.3)
2+
3+
## Bug Fixes
4+
* fix(liveness): Add version to liveness websocket user agent https://github.com/aws-amplify/amplify-ui-android/pull/73
5+
* fix(liveness): Use server facematch timeout https://github.com/aws-amplify/amplify-ui-android/pull/74
6+
7+
## Miscellaneous
8+
* Amplify version bump https://github.com/aws-amplify/amplify-ui-android/pull/75
9+
10+
[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)
11+
112
## [Release 1.1.2](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.2)
213
## Bug Fixes
314
* Update Amplify min version for Liveness in https://github.com/aws-amplify/amplify-ui-android/pull/68

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.2
20+
VERSION_NAME=1.1.3

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.3.3'
44
amplifyVersion = '2.13.1'
5-
amplifyUIVersion = '1.1.2'
5+
amplifyUIVersion = '1.1.3'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)