Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smuyyh committed Oct 9, 2022
1 parent b8ed453 commit 35a001a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@

### 添加依赖
```
// 不包含v7和recyclerview的依赖,需自行在项目中引入
compile 'com.yuyh.easyadapter:library:1.2.0'
buildscript {
repositories {
...
maven { url "https://jitpack.io" }
}
dependencies {
...
}
}
```

```
dependencies {
implementation 'com.github.smuyyh:EasyAdapter:1.3.0'
}
```

### 用法
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {
compile 'com.android.support:recyclerview-v7:27.1.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
//compile 'com.yuyh.easyadapter:library:1.1.4'
compile project(':library')
implementation 'com.github.smuyyh:EasyAdapter:1.3.0'
}

0 comments on commit 35a001a

Please sign in to comment.