Skip to content

Commit 0885a2f

Browse files
authored
release: Liveness 1.1.0 (#61)
1 parent 6dd49a5 commit 0885a2f

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.0.3 | 2.8.7+ | 1.1.0 |
26+
| Liveness | 1.1.0 | 2.8.7+ | 1.1.0 |
2727

2828
## Getting Started
2929

liveness/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## [Release 1.1.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.0)
2+
3+
### Features
4+
- **liveness:** Remove countdown ([#56](https://github.com/aws-amplify/amplify-ui-android/pull/56))
5+
16
## [Release 1.0.3](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.3)
27

38
### Bug Fixes
4-
- **liveness:** check for empty session ID ([#50](https://github.com/aws-amplify/amplify-ui-android/issues/53))
9+
- **liveness:** check for empty session ID ([#53](https://github.com/aws-amplify/amplify-ui-android/issues/53))
510

611
[See all changes between 1.0.2 and 1.0.3](https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.0.2...release_liveness_v1.0.3)
712

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.0.3
20+
VERSION_NAME=1.1.0

samples/liveness/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
compose_version = '1.3.3'
44
amplifyVersion = '2.8.7'
5-
amplifyUIVersion = '1.0.3'
5+
amplifyUIVersion = '1.1.0'
66
}
77
repositories {
88
google()
@@ -13,4 +13,4 @@ plugins {
1313
id 'com.android.library' version '7.3.1' apply false
1414
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
1515
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.10' apply false
16-
}
16+
}

0 commit comments

Comments
 (0)