Skip to content

Commit

Permalink
update: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 6, 2023
1 parent 1ed0239 commit d060042
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ dependencyResolutionManagement {

```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.4.3'
implementation 'com.github.liangjingkanji:BRV:1.5.0'
}
```

Expand Down
7 changes: 3 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<img src="https://img.shields.io/badge/license-Apache-blue"/>
<a href="http://liangjingkanji.github.io/BRV/updates"><img src="https://img.shields.io/badge/changed-%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97-brightgreen"/></a>
<a href="http://liangjingkanji.github.io/BRV/api"><img src="https://img.shields.io/badge/api-%E5%87%BD%E6%95%B0%E6%96%87%E6%A1%A3-red"/></a>
<img src="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group.svg"/>
<a href="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group-qrcode.png"><img src="https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group.svg"/></a>
<a href="https://github.com/liangjingkanji/BRV/blob/master/docs/issues.md"><img src="https://raw.githubusercontent.com/liangjingkanji/Net/master/docs/img/issues.svg"/></a>
</p>


<p align="center"><img src="https://github.com/liangjingkanji/BRV/blob/master/docs/image/preview.png?raw=true" align="center" width="30%;" /></p>
<p align="center"><img src="https://github.com/liangjingkanji/BRV/blob/master/docs/img/preview.png?raw=true" align="center" width="30%;" /></p>

This framework is developed without affecting any basic functions/components of RecyclerView. This project promises to be maintained by the community forever.

Expand Down Expand Up @@ -101,8 +101,7 @@ Then, add the framework dependency to the module's build.gradle file:

```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.4.3'
implementation 'com.github.liangjingkanji:BRV:1.5.0'
}
```

Expand Down
5 changes: 5 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0
- docs: 重构开发文档
- refactor: itemSublist修改为getItemSublist方法
- pref: 简化ItemBind参数名称

## 1.4.3
- fix: #377 修复基础数据类型支持
- feat: #379 BindViewHolder新增tag变量
Expand Down

0 comments on commit d060042

Please sign in to comment.