Skip to content

Commit

Permalink
补全日志0.0.7版本日志
Browse files Browse the repository at this point in the history
  • Loading branch information
uni-cstar committed Mar 6, 2024
1 parent ba50a7c commit 8ad5fa3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@

[解决Retrofit多BaseUrl及运行时动态改变BaseUrl(二)](https://www.jianshu.com/p/35a8959c2f86)

## 发布记录
##### 0.0.7
支持带进度的文件下载,详情参考OkNetUseCase.getInstance().download相关方法
##### 0.0.6
支持多域名、全局header等配置
发布maven,支持远程依赖

## 1. Setup

添加依赖
```
implementation 'io.github.uni-cstar:oknet:0.0.6'
implementation 'io.github.uni-cstar:oknet:0.0.7'
```

## 2. Usage
Expand Down
7 changes: 7 additions & 0 deletions doc/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.0.7
- 支持带进度的文件下载(具体查看OkNetUseCase相关类),安全处理回调

# 0.0.6
- 新增部分工具类(网络检测、tls证书校验等相关的工具类)
- 发布maven,支持远程依赖

# 0.0.5

- 新增OkNetClient,提供常规客户端Http(Retrofit+OkHttpClient)的使用场景
Expand Down

0 comments on commit 8ad5fa3

Please sign in to comment.