Downloading

Maven

The following dependencies will download the SDK directly into your project.

File 1.

build.gradle (Project)
allprojects {
   repositories {
      maven {
          url  "http://polygondev.bintray.com/biometrid_auth"
      }
   }
}

File 2.

build.gradle (Module:app)
dependencies {
   implementation 'com.polygon.biometridauthsdk:biometrid-auth-android:2.2.1'
}

Last updated