The following dependencies will download the SDK directly into your project.
File 1.
allprojects {
repositories {
maven {
url "http://polygondev.bintray.com/biometrid_auth"
}
}
}
File 2.
dependencies {
implementation 'com.polygon.biometridauthsdk:biometrid-auth-android:2.2.1'
}