Skip to main content

Installation

On your build.gradle file add the following dependencies:

implementation('io.yesid.sdk.android:card_detection:0.2.3@aar'){
transitive = true
}

On your settings.gradle under repositories in dependencyResolutionManagement add the following urls:

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
....
....
maven {
url 'https://jfrog.yesid.tech/artifactory/libs-release-local'
credentials {
username = "${your_username}"
password = "${your_password}"
}
}
}
}

Replace your_username and your_password with the credentials that has been share upon your service registration