Skip to content

Commit

Permalink
chore(docs): Update Android UI component versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetran committed Jan 22, 2025
1 parent 440e0ca commit 95775c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/data/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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.6'",
android: "implementation 'com.amplifyframework.ui:liveness:1.3.0'",
'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 @@ -85,7 +85,7 @@ import AmplifyCLI from './amplify-cli.mdx';
```groovy
dependencies {
// Authenticator dependency
implementation 'com.amplifyframework.ui:authenticator:1.2.0'
implementation 'com.amplifyframework.ui:authenticator:1.4.0'
// Support for Java 8 features
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Add the following dependencies to your **app**'s `build.gradle` file and click "
```groovy
dependencies {
// FaceLivenessDetector dependency
implementation 'com.amplifyframework.ui:liveness:1.2.6'
implementation 'com.amplifyframework.ui:liveness:1.3.0'
// Amplify Auth dependency (unnecessary if using your own credentials provider)
implementation 'com.amplifyframework:aws-auth-cognito:2.16.1'
implementation 'com.amplifyframework:aws-auth-cognito:2.26.0'
// Material3 dependency for theming FaceLivenessDetector
implementation 'androidx.compose.material3:material3:1.1.2'
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.6'
implementation 'com.amplifyframework.ui:liveness:1.3.0'
// Material3 dependency for theming FaceLivenessDetector
implementation 'androidx.compose.material3:material3:1.1.2'
Expand Down

0 comments on commit 95775c7

Please sign in to comment.