Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed May 6, 2021
1 parent 8b0563b commit 1a79978
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ An simplify and powerful version for hongyangAndroid [baseAdapter].
I remove some class, change some api, rewrite code, to be more simple, support kotlin.

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

Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```


# Sample
普通使用:
```kotlin
Expand Down

0 comments on commit 1a79978

Please sign in to comment.