Skip to content

Commit 1a79978

Browse files
committed
update
1 parent 8b0563b commit 1a79978

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@ An simplify and powerful version for hongyangAndroid [baseAdapter].
44
I remove some class, change some api, rewrite code, to be more simple, support kotlin.
55

66
# Gradle
7-
[ ![Download](https://api.bintray.com/packages/li-xiaojun/jrepo/easyadapter/images/download.svg) ](https://bintray.com/li-xiaojun/jrepo/easyadapter/_latestVersion)
7+
[![](https://jitpack.io/v/li-xiaojun/EasyAdapter.svg)](https://jitpack.io/#li-xiaojun/EasyAdapter)
88
```groovy
9-
implementation 'com.lxj:easyadapter:latest release'
9+
implementation 'com.github.li-xiaojun:EasyAdapter:Tag'
1010
```
1111

12+
Add it in your root build.gradle at the end of repositories:
13+
```
14+
allprojects {
15+
repositories {
16+
...
17+
maven { url 'https://jitpack.io' }
18+
}
19+
}
20+
```
21+
22+
1223
# Sample
1324
普通使用:
1425
```kotlin

0 commit comments

Comments
 (0)