Skip to content

Commit

Permalink
[REPLACE] Jitpack to Bintray Maven repository main goto
Browse files Browse the repository at this point in the history
  • Loading branch information
manneohlund committed Aug 30, 2019
1 parent 78a4458 commit dd15bc1
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# smart-recycler-adapter

[![Release](https://jitpack.io/v/manneohlund/smart-recycler-adapter.svg)](https://jitpack.io/#manneohlund/smart-recycler-adapter)
[![Download](https://api.bintray.com/packages/manneohlund/maven/smart-recycler-adapter/images/download.svg)](https://bintray.com/manneohlund/maven/smart-recycler-adapter/_latestVersion)
[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-SmartRecyclerAdapter-green.svg?style=flat )]( https://android-arsenal.com/details/1/7766)

Never code any boilerplate RecyclerAdapter again!
Expand Down Expand Up @@ -43,20 +43,11 @@ This library will make it easy and painless to map your data item with a target
* Java + AndroidX [v3.0.0](https://github.com/manneohlund/smart-recycler-adapter/tree/3.0.0)
* Java + AppCompat [v2.2.0](https://github.com/manneohlund/smart-recycler-adapter/tree/2.2.0)

# Gradle
#### Step 1. Add the JitPack repository to your build file
```groovy
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

#### Step 2. Add the dependency
# Gradle
Add `jcenter()` or `maven { url "https://dl.bintray.com/manneohlund/maven" }` to your `build.gradle` under `repositories`
```groovy
dependencies {
implementation 'com.github.manneohlund:smart-recycler-adapter:3.0.0'
implementation 'io.github.manneohlund:smart-recycler-adapter:3.0.0'
}
```

Expand Down

0 comments on commit dd15bc1

Please sign in to comment.