Skip to content

Commit 2ee1c46

Browse files
committed
Liveness 1.0.0 release
1 parent 8519bef commit 2ee1c46

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

liveness/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## [Release 1.0.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.0.0)
2+
3+
### Features
4+
- **liveness:** Initial Liveness Release ([#6](https://github.com/aws-amplify/amplify-ui-android/issues/6))

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=0.9.1
20+
VERSION_NAME=1.0.0

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.7.0'
5-
amplifyUIVersion = '0.9.0'
5+
amplifyUIVersion = '1.0.0'
66
}
77
repositories {
88
google()

0 commit comments

Comments
 (0)