Skip to content

Commit 3209986

Browse files
committed
upgrade v3.0.4
1 parent e6b42e3 commit 3209986

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
[![](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14) [![](https://img.shields.io/badge/platform-android-brightgreen.svg)](https://developer.android.com/index.html) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5b244560c35c445cbb00b9500b0c5d2a)](https://www.codacy.com/app/jeasonlzy/okhttp-OkGo?utm_source=github.com&utm_medium=referral&utm_content=jeasonlzy/okhttp-OkGo&utm_campaign=Badge_Grade) [![](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/jeasonlzy/okhttp-OkGo/blob/master/LICENSE) [![](https://img.shields.io/badge/%E4%BD%9C%E8%80%85-jeasonlzy-orange.svg)](https://github.com/jeasonlzy)
5050

51-
[![](https://img.shields.io/badge/OkGo-v3.0.4-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo) [![](https://img.shields.io/badge/OkRx-v1.0.2-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo) [![](https://img.shields.io/badge/OkRx2-v2.0.2-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo) [![](https://img.shields.io/badge/OkServer-v2.0.3-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo)
51+
[![](https://img.shields.io/badge/OkGo-v3.0.4-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo) [![](https://img.shields.io/badge/OkRx-v1.0.2-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo) [![](https://img.shields.io/badge/OkRx2-v2.0.2-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo) [![](https://img.shields.io/badge/OkServer-v2.0.4-brightgreen.svg)](https://github.com/jeasonlzy/okhttp-OkGo)
5252

5353
Android Studio用户
5454

@@ -61,7 +61,7 @@ compile 'com.lzy.net:okgo:3.0.4'
6161
//以下三个选择添加,okrx和okrx2不能同时使用
6262
compile 'com.lzy.net:okrx:1.0.2'
6363
compile 'com.lzy.net:okrx2:2.0.2'
64-
compile 'com.lzy.net:okserver:2.0.3'
64+
compile 'com.lzy.net:okserver:2.0.4'
6565
```
6666

6767
Eclipse的用户(赶紧换AS吧),可以选择添加本项目根目录中 `/jar` 目录下的jar包:
@@ -76,7 +76,7 @@ Eclipse的用户(赶紧换AS吧),可以选择添加本项目根目录中 `/jar
7676
以下三个选择添加,okrx和okrx2不能同时使用
7777
> [okrx-1.0.2.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx-1.0.2.jar)
7878
[okrx2-2.0.2.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx2-2.0.2.jar)
79-
[okserver-2.0.3.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okserver-2.0.3.jar)
79+
[okserver-2.0.4.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okserver-2.0.4.jar)
8080

8181
## 文档
8282
### 该项目的文档全部以Wiki的形式展示,wiki文档永远与最新版本的库保持同步,如果你发现文档的说明与你的写法不一样,那么请升级到最新版本,重要的事情说三遍

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ task clean(type: Delete) {
2727
ext {
2828
versionCode = 27
2929
versionName_okgo = '3.0.4'
30-
versionName_okserver = '2.0.3'
30+
versionName_okserver = '2.0.4'
3131
versionName_okrx = '1.0.2'
3232
versionName_okrx2 = '2.0.2'
3333

Binary file not shown.

0 commit comments

Comments
 (0)