Skip to content

Commit

Permalink
Android Liveness Version Update 1.2.4 (#5132)
Browse files Browse the repository at this point in the history
  • Loading branch information
joon-won authored Apr 4, 2024
1 parent 579b84e commit d6db248
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/data/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const FRAMEWORK_INSTALL_SCRIPTS = {
vue: 'npm i @aws-amplify/ui-vue aws-amplify',
angular: 'npm i @aws-amplify/ui-angular aws-amplify',
flutter: 'flutter pub add amplify_authenticator',
android: "implementation 'com.amplifyframework.ui:liveness:1.2.3'",
android: "implementation 'com.amplifyframework.ui:liveness:1.2.4'",
'react-native': `npm i @aws-amplify/ui-react-native aws-amplify ${REACT_NATIVE_DEPENDENCIES}`,
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add the following dependencies to your **app**'s `build.gradle` file and click "
```groovy
dependencies {
// FaceLivenessDetector dependency
implementation 'com.amplifyframework.ui:liveness:1.2.3'
implementation 'com.amplifyframework.ui:liveness:1.2.4'
// Amplify Auth dependency (unnecessary if using your own credentials provider)
implementation 'com.amplifyframework:aws-auth-cognito:2.14.12'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FaceLivenessDetector(
```groovy
dependencies {
// FaceLivenessDetector dependency
implementation 'com.amplifyframework.ui:liveness:1.2.3'
implementation 'com.amplifyframework.ui:liveness:1.2.4'
// Material3 dependency for theming FaceLivenessDetector
implementation 'androidx.compose.material3:material3:1.1.2'
Expand Down

0 comments on commit d6db248

Please sign in to comment.