Legacy Android SDK
2.2.2
2.2.2
  • Introduction
  • Requirements
  • Downloading
  • Setup
  • Initialization
    • Network Security Settings
  • User Management
    • Create User
    • User status
    • Delete engine enrol
    • Delete User
  • Face Engine
    • Liveness Detection
      • Liveness Customisation
    • Face Verification
    • Camera Helper
  • Voice Engine
    • Initialization
    • Audio Recording
    • Recording Submission
  • Document Engine
    • Validate document
    • Validate entity template
    • Validate entity
  • Enums
Powered by GitBook
On this page

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'
}

PreviousRequirementsNextSetup

Last updated 4 years ago