Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit edcef6f

Browse files
chore: add usage in readme
1 parent 57dc48b commit edcef6f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# mobile-passcode
22
Library for passcode implementation along with an optional additional feature to ask for passcode when your app resumes from background. (Works with minSDK >= 15)
33

4+
Usage
5+
-----
6+
7+
In order to use the library
8+
9+
**1. Gradle dependency**
10+
11+
- Add the following to your project level `build.gradle`:
12+
13+
```gradle
14+
allprojects {
15+
repositories {
16+
maven { url 'https://dl.bintray.com/mifos/maven/' }
17+
}
18+
}
19+
```
20+
- Add this to your app `build.gradle`:
21+
22+
```gradle
23+
dependencies {
24+
implementation 'com.mifos.mobile:mifos-passcode:0.3.0'
25+
}
26+
```
27+
428
## Example
529

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

0 commit comments

Comments
 (0)