Skip to content

Commit dd15bc1

Browse files
committed
[REPLACE] Jitpack to Bintray Maven repository main goto
1 parent 78a4458 commit dd15bc1

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

Diff for: README.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# smart-recycler-adapter
22

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

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

46-
# Gradle
47-
#### Step 1. Add the JitPack repository to your build file
48-
```groovy
49-
allprojects {
50-
repositories {
51-
maven { url 'https://jitpack.io' }
52-
}
53-
}
54-
```
55-
56-
#### Step 2. Add the dependency
46+
# Gradle
47+
Add `jcenter()` or `maven { url "https://dl.bintray.com/manneohlund/maven" }` to your `build.gradle` under `repositories`
5748
```groovy
5849
dependencies {
59-
implementation 'com.github.manneohlund:smart-recycler-adapter:3.0.0'
50+
implementation 'io.github.manneohlund:smart-recycler-adapter:3.0.0'
6051
}
6152
```
6253

0 commit comments

Comments
 (0)