Skip to content

Commit

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

Expand Down
3 changes: 3 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.1
- feat: 新增copyType方法让集合保留泛型, 避免addType无法判断List泛型区别

## 1.4.0
- refactor: 如果models为null则mutable返回空集合
- refactor: 删除isNetworkingRetry
Expand Down

0 comments on commit 43716f4

Please sign in to comment.