Skip to content

Instantly share code, notes, and snippets.

@feresr
Last active October 27, 2020 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feresr/3ddf25f38f97d01e9838ae2f2f660b6a to your computer and use it in GitHub Desktop.
Save feresr/3ddf25f38f97d01e9838ae2f2f660b6a to your computer and use it in GitHub Desktop.
// `dependencies.gradle`
def jumio_version = "3.7.2"
jumio = [
core : "com.jumio.android:core:${jumio_version}@aar",
netverify : "com.jumio.android:nv:${jumio_version}@aar",
face : "com.jumio.android:face:${jumio_version}@aar",
auth : "com.jumio.android:auth:${jumio_version}@aar",
zoom_authentication: "com.facetec:zoom-authentication:8.12.1@aar"
]
...
// `build.gradle`
implementation jumio.core
implementation jumio.netverify
implementation jumio.auth
implementation jumio.face
implementation jumio.zoom_authentication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment