Skip to content

Commit bc404fb

Browse files
author
Arjun
committed
installation details added in readme
1 parent 5114a50 commit bc404fb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ The view has a bunch customisation options to make to look and work the way whic
99
<img src="https://arjun-sna.github.io/raw/passcodeview_2.gif" width="250" />
1010

1111
## Installation
12-
--to be updated
12+
Add gradle dependency
13+
```
14+
repositories {
15+
jcenter()
16+
}
17+
dependencies {
18+
compile 'in.arjsna:passcodeviewlib:1.0.0'
19+
}
20+
21+
```
1322

1423
## Usage
1524
Add the view in the layout file

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ dependencies {
2424
testCompile 'junit:junit:4.12'
2525
compile 'com.android.support:appcompat-v7:23.4.0'
2626
compile 'com.android.support:design:23.4.0'
27-
compile project(':passcodeviewlib')
27+
compile 'in.arjsna:passcodeviewlib:1.0.0'
28+
// compile project(':passcodeviewlib')
2829
}

0 commit comments

Comments
 (0)