Skip to content

Commit

Permalink
chore: add usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya committed Mar 25, 2018
1 parent 57dc48b commit edcef6f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# mobile-passcode
Library for passcode implementation along with an optional additional feature to ask for passcode when your app resumes from background. (Works with minSDK >= 15)

Usage
-----

In order to use the library

**1. Gradle dependency**

- Add the following to your project level `build.gradle`:

```gradle
allprojects {
repositories {
maven { url 'https://dl.bintray.com/mifos/maven/' }
}
}
```
- Add this to your app `build.gradle`:

```gradle
dependencies {
implementation 'com.mifos.mobile:mifos-passcode:0.3.0'
}
```

## Example

<img src="https://raw.githubusercontent.com/openMF/mobile-passcode/master/graphic/demo.png" width=250 height=450/>
Expand Down

0 comments on commit edcef6f

Please sign in to comment.