File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
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
23
23
| Component | Version | Amplify | Material3 |
24
24
| --- | ---------| ---------| -----------|
25
25
| 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 |
27
27
28
28
## Getting Started
29
29
Original file line number Diff line number Diff line change
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
+
1
6
## [ Release 1.0.3] ( https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.3 )
2
7
3
8
### 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 ) )
5
10
6
11
[ 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 )
7
12
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
17
17
POM_NAME =Amplify UI Framework for Android - Liveness
18
18
POM_DESCRIPTION =Amplify UI Framework for Android - Liveness Plugin
19
19
POM_PACKAGING =aar
20
- VERSION_NAME =1.0.3
20
+ VERSION_NAME =1.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
2
2
ext {
3
3
compose_version = ' 1.3.3'
4
4
amplifyVersion = ' 2.8.7'
5
- amplifyUIVersion = ' 1.0.3 '
5
+ amplifyUIVersion = ' 1.1.0 '
6
6
}
7
7
repositories {
8
8
google()
@@ -13,4 +13,4 @@ plugins {
13
13
id ' com.android.library' version ' 7.3.1' apply false
14
14
id ' org.jetbrains.kotlin.android' version ' 1.8.10' apply false
15
15
id ' org.jetbrains.kotlin.plugin.serialization' version ' 1.8.10' apply false
16
- }
16
+ }
You can’t perform that action at this time.
0 commit comments