File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
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
2323| Component | Version | Amplify | Material3 |
2424| --- | ---------| ---------| -----------|
2525| Authenticator | 1.0.1 | 2.13.1+ | 1.1.0 |
26- | Liveness | 1.1.3 | 2.13.1 + | 1.1.0 |
26+ | Liveness | 1.1.4 | 2.14.3 + | 1.1.0 |
2727
2828## Getting Started
2929
Original file line number Diff line number Diff line change 1+ ## [ Release 1.1.4] ( https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.4 )
2+
3+ ## Miscellaneous
4+ * Amplify version bump to fix DST time issue on some devices https://github.com/aws-amplify/amplify-ui-android/pull/89
5+
6+ [ See all changes between 1.1.3 and 1.1.4] ( https://github.com/aws-amplify/amplify-ui-android/compare/release_liveness_v1.1.3...release_liveness_v1.1.4 )
7+
18## [ Release 1.1.3] ( https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.1.3 )
29
310## Bug Fixes
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ POM_ARTIFACT_ID=liveness
1717POM_NAME =Amplify UI Framework for Android - Liveness
1818POM_DESCRIPTION =Amplify UI Framework for Android - Liveness Plugin
1919POM_PACKAGING =aar
20- VERSION_NAME =1.1.3
20+ VERSION_NAME =1.1.4
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ android {
4545 packaging {
4646 resources {
4747 excludes + = ' /META-INF/{AL2.0,LGPL2.1}'
48+ excludes + = ' META-INF/versions/9/previous-compilation-data.bin'
4849 }
4950 }
5051}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
22 ext {
33 compose_version = ' 1.3.3'
44 amplifyVersion = ' 2.14.3'
5- amplifyUIVersion = ' 1.1.3 '
5+ amplifyUIVersion = ' 1.1.4 '
66 }
77 repositories {
88 google()
You can’t perform that action at this time.
0 commit comments