Skip to content

Commit

Permalink
update: 1.3.88
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jan 8, 2023
1 parent dea5c64 commit ad9592d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
<a href="http://liangjingkanji.github.io/BRV/">使用文档</a>
| <a href="https://github.com/liangjingkanji/document/blob/master/visit-pages.md">无法访问?</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.87/brv-sample.apk">下载体验</a>
| <a href="https://github.com/liangjingkanji/BRV/releases/download/1.3.88/brv-sample.apk">下载体验</a>
<br>
<img src="https://i.imgur.com/G7WYYXb.jpg" width="350"/>
</p>
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencyResolutionManagement {
```groovy
dependencies {
//...
implementation 'com.github.liangjingkanji:BRV:1.3.87'
implementation 'com.github.liangjingkanji:BRV:1.3.88'
}
```

Expand Down
7 changes: 7 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3.88
- fix: #317 无法拖拽到item(禁用拖拽状态)的相邻位置
- fix: #305 列表重新赋值数据可以恢复列表展开状态
- pref: expand/collapse 判断逻辑
- sample: #313 嵌套分组删除崩溃
- sample: fix something

## 1.3.87
- fix: #311 notifyItemChanged触发onRefresh
- pref: 优化dataBinding开启时使用非layout布局存在inflate两次布局问题
Expand Down

0 comments on commit ad9592d

Please sign in to comment.