Downloading
BiometridOn supports Maven for dependency management.
Add the following code to your buid.gradle (project)
allprojects {
repositories {
maven {
url "https://polygondev.bintray.com/biometrid_on"
}
}
}
Add the following code to your buid.gradle (app)
build.gradle (Module:app)
dependencies {
implementation 'com.polygon.biometridonsdk:biometrid-on-android:1.7.0'
}
Note:
1.6.0 represents the version of the SDK you will download
Last updated