Skip to content

Commit 44788fc

Browse files
authored
Update README.md
1 parent e256bd1 commit 44788fc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ Never code any boilerplate RecyclerAdapter again!
33
This library will make it easy and painless to map your data item with a target ViewHolder.
44

55
# Gradle
6-
Dependency from jcenter or maver is coming soon
6+
#### Step 1. Add the JitPack repository to your build file
7+
```groovy
8+
allprojects {
9+
repositories {
10+
...
11+
maven { url 'https://jitpack.io' }
12+
}
13+
}
14+
```
15+
#### Step 2. Add the dependency
16+
```groovy
17+
dependencies {
18+
compile 'com.github.manneohlund:smart-recycler-adapter:1.0.0'
19+
}
20+
```
721

822
# Usage
923
### Basic adapter creation

0 commit comments

Comments
 (0)