Android library designed simple way to integrate fingerprints into your applicaiton.
Add to the build.gradle
of your app module:
dependencies {
compile 'ru.bsc.mobile:fingerly:1.0.7'
}
and add the repository to the project file:
allprojects {
repositories {
maven {
url 'https://dl.bintray.com/bsc-russia/maven/'
}
}
}