Installation
Integrate Facephi's Mobile SDK into your Android application to perform biometric verification processes quickly and securely.
What the SDK includes
Minimum requirements
1. Set up the private repository
mavenCentral()
maven {
Properties props = new Properties()
def propsFile = new File('local.properties')
if(propsFile.exists()){
props.load(new FileInputStream(propsFile))
}
name="external"
url = uri("https://facephicorp.jfrog.io/artifactory/maven-pro-fphi")
credentials {
username = props["artifactory.user"] ?: System.getenv("USERNAME_ARTIFACTORY")
password = props["artifactory.token"] ?: System.getenv("TOKEN_ARTIFACTORY")
}
}2. Add the credentials
3. Declare the base dependency
Support
Last updated