File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
pages/[platform]/connected-components Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ export const FRAMEWORK_INSTALL_SCRIPTS = {
6161 vue : 'npm i @aws-amplify/ui-vue aws-amplify' ,
6262 angular : 'npm i @aws-amplify/ui-angular aws-amplify' ,
6363 flutter : 'flutter pub add amplify_authenticator' ,
64- android : "implementation 'com.amplifyframework.ui:liveness:1.2.6 '" ,
64+ android : "implementation 'com.amplifyframework.ui:liveness:1.3.0 '" ,
6565 'react-native' : `npm i @aws-amplify/ui-react-native aws-amplify ${ REACT_NATIVE_DEPENDENCIES } ` ,
6666} ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ import AmplifyCLI from './amplify-cli.mdx';
8585 ``` groovy
8686 dependencies {
8787 // Authenticator dependency
88- implementation 'com.amplifyframework.ui:authenticator:1.2 .0'
88+ implementation 'com.amplifyframework.ui:authenticator:1.4 .0'
8989
9090 // Support for Java 8 features
9191 coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Add the following dependencies to your **app**'s `build.gradle` file and click "
2828``` groovy
2929dependencies {
3030 // FaceLivenessDetector dependency
31- implementation 'com.amplifyframework.ui:liveness:1.2.6 '
31+ implementation 'com.amplifyframework.ui:liveness:1.3.0 '
3232
3333 // Amplify Auth dependency (unnecessary if using your own credentials provider)
34- implementation 'com.amplifyframework:aws-auth-cognito:2.16.1 '
34+ implementation 'com.amplifyframework:aws-auth-cognito:2.26.0 '
3535
3636 // Material3 dependency for theming FaceLivenessDetector
3737 implementation 'androidx.compose.material3:material3:1.1.2'
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ FaceLivenessDetector(
156156 ```groovy
157157 dependencies {
158158 // FaceLivenessDetector dependency
159- implementation ' com.amplifyframework.ui:liveness:1.2.6 '
159+ implementation ' com.amplifyframework.ui:liveness:1.3.0 '
160160
161161 // Material3 dependency for theming FaceLivenessDetector
162162 implementation ' androidx.compose.material3:material3:1.1.2'
You can’t perform that action at this time.
0 commit comments