Gradle Source Code
Installation
Gradle Configuration
Add these lines to your modules/caf-smart-auth-react-native/android/build.gradle
.
allprojects {
repositories {
maven { url = uri("https://repo.combateafraude.com/android/release") }
maven { url = uri("https://raw.githubusercontent.com/iProov/android/patch912/maven/") }
maven { setUrl("https://maven.fpregistry.io/releases") }
maven { setUrl("https://jitpack.io") }
}
}
Adding SDK Dependency
Include the FaceLiveness SDK in your modules/caf-smart-auth-react-native/android/build.gradle
dependencies:
See the current version for Android.
dependencies {
implementation("io.caf.sdk:smart-auth:1.2.3")
}
Last updated