Getting started
This sdk uses the following dependencies for it to work
Dependencies
On your
build.gradle file add the following dependencies:
implementation('io.yesid.sdk.android:face:0.2.2.5@aar') {
transitive = true
}
On your settings.gradle
file add the following urls:
maven {
url 'https://gitlab.com/api/v4/projects/29462567/packages/maven'
}
jcenter()
maven {
url 'https://jfrog.yesid.tech/artifactory/libs-release-local'
}