Skip to content

Commit

Permalink
update: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Nov 30, 2024
1 parent 1bcb255 commit 970616b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Module 的 build.gradle 添加依赖框架

```groovy
dependencies {
implementation 'com.github.liangjingkanji:BRV:1.6.0'
implementation 'com.github.liangjingkanji:BRV:1.6.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Then, add the framework dependency to the module's build.gradle file:

```groovy
dependencies {
implementation 'com.github.liangjingkanji:BRV:1.5.8'
implementation 'com.github.liangjingkanji:BRV:1.6.1'
}
```

Expand Down
6 changes: 6 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.1
- sample: 升级flexbox版本以解决demo无法编译
- fix: #469 修改本地时间导致点击防抖动错误
- fix: #461 修复拖拽交换禁止拖拽的item未触发onDrag函数
- fix: 当models未被初始化时调用checkAll抛出NullPointException

## 1.6.0
- feat: 分割线函数divider新增参数stretch禁止拉伸
- fix: #439 PageRefreshLayout在页面未创建完成立即finish,会导致下拉动画无法回弹以及刷新无效
Expand Down

0 comments on commit 970616b

Please sign in to comment.