Skip to content

Commit

Permalink
Update Liveness Android version (#4710)
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Pollman <[email protected]>
  • Loading branch information
tylerjroach and calebpollman authored Nov 16, 2023
1 parent d4b3ca5 commit 4110586
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.1.3'",
android: "implementation 'com.amplifyframework.ui:liveness:1.1.5'",
'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 @@ -30,7 +30,7 @@ Add the following dependencies to your **app**'s `build.gradle` file and click "
```groovy
dependencies {
// FaceLivenessDetector dependency
implementation 'com.amplifyframework.ui:liveness:1.1.3'
implementation 'com.amplifyframework.ui:liveness:1.1.5'
// Material3 dependency for theming FaceLivenessDetector
implementation 'androidx.compose.material3:material3:1.1.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the following dependencies to your **app**'s `build.gradle` file and click "
```groovy
dependencies {
// FaceLivenessDetector dependency
implementation 'com.amplifyframework.ui:liveness:1.1.3'
implementation 'com.amplifyframework.ui:liveness:1.1.5'
// Amplify Auth dependency (unnecessary if using your own credentials provider)
implementation 'com.amplifyframework:aws-auth-cognito:2.11.1'
Expand Down

0 comments on commit 4110586

Please sign in to comment.