Skip to content

Commit 0e9a121

Browse files
github-actions[bot]amplify-android-dev+ghops
andauthored
release: Amplify UI Android Authenticator 1.7.0 (#267)
Co-authored-by: amplify-android-dev+ghops <[email protected]>
1 parent bcd45a5 commit 0e9a121

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
1515

1616
| Component | Summary | Latest Version | Docs | Sample |
1717
| --- | --- |------------------------------------------------------------------------------------------------------| --- | --- |
18-
| [Authenticator](authenticator) | Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/). | [1.6.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.6.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/authenticator) | [Sample](samples/authenticator/) |
19-
| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.6.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.6.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |
18+
| [Authenticator](authenticator) | Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/). | [1.7.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.7.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/authenticator) | [Sample](samples/authenticator/) |
19+
| [Face Liveness](liveness) | Amplify FaceLivenessDetector provides a UI component for [Amazon Rekognition Face Liveness](https://aws.amazon.com/rekognition/face-liveness/) feature that helps developers verify that only real users, not bad actors using spoofs, can access your services. | [1.7.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_liveness_v1.6.0) | [Docs](https://ui.docs.amplify.aws/android/connected-components/liveness) | [Sample](samples/liveness/) |
2020

2121
## Supported Versions
2222

authenticator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [Release 1.7.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.7.0)
2+
3+
### Features
4+
- **all:** Update Kotlin language version to 2.2.0 ([#256](https://github.com/aws-amplify/amplify-ui-android/issues/256))
5+
- **authenticator:** Allow customer to override error strings per exception type ([#266](https://github.com/aws-amplify/amplify-ui-android/issues/266))
6+
7+
[See all changes between 1.6.0 and 1.7.0](https://github.com/aws-amplify/amplify-ui-android/compare/release_authenticator_v1.6.0...release_authenticator_v1.7.0)
8+
19
## [Release 1.6.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.6.0)
210

311
### Features

authenticator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add a dependency on Amplify Authenticator to your application's `dependencies` b
6464

6565
```kotlin
6666
dependencies {
67-
implementation("com.amplifyframework.ui:authenticator:1.6.0")
67+
implementation("com.amplifyframework.ui:authenticator:1.7.0")
6868
}
6969
```
7070

authenticator/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ POM_ARTIFACT_ID=authenticator
1717
POM_NAME=Amplify UI Framework for Android - Authenticator
1818
POM_DESCRIPTION=Amplify UI Framework for Android - Authenticator Plugin
1919
POM_PACKAGING=aar
20-
VERSION_NAME=1.6.0
20+
VERSION_NAME=1.7.0

0 commit comments

Comments
 (0)