Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 436 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 436 Bytes

Fingerly

Android library designed simple way to integrate fingerprints into your applicaiton.

Installation

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