Skip to content

Commit

Permalink
Add maven badge
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Feb 5, 2021
1 parent 4230679 commit b5b1f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ And lets you implement paging and endless-scrolling for RecyclerView easily.<br>
![demo1](https://user-images.githubusercontent.com/24237865/37874865-16e6bb42-3072-11e8-9c6c-aa739cb05410.png)

## Including in your project
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/baserecyclerviewadapter.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%22baserecyclerviewadapter%22)
[![JitPack](https://jitpack.io/v/skydoves/BaseRecyclerViewAdapter.svg)](https://jitpack.io/#skydoves/BaseRecyclerViewAdapter)</br>
#### Gradle
Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
Expand All @@ -23,7 +24,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:baserecyclerviewadapter:0.1.4"
implementation "com.github.skydoves:baserecyclerviewadapter:1.0.4"
}
```

Expand Down

0 comments on commit b5b1f7a

Please sign in to comment.