Skip to content

Commit

Permalink
update: 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 31, 2023
1 parent 10f29ba commit 9f80864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.5.0'
implementation 'com.github.liangjingkanji:BRV:1.5.1'
}
```

Expand Down
4 changes: 4 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.1
- fix: 修复onRefresh中立即showContent导致一直加载中
- fix: #353 解决SmartRefreshLayout堆栈溢出

## 1.5.0
- docs: 重构开发文档
- refactor: itemSublist修改为getItemSublist方法
Expand Down

0 comments on commit 9f80864

Please sign in to comment.