File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
49
49
[ ![ ] ( 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 )
50
50
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 )
52
52
53
53
Android Studio用户
54
54
@@ -61,7 +61,7 @@ compile 'com.lzy.net:okgo:3.0.4'
61
61
// 以下三个选择添加,okrx和okrx2不能同时使用
62
62
compile ' com.lzy.net:okrx:1.0.2'
63
63
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 '
65
65
```
66
66
67
67
Eclipse的用户(赶紧换AS吧),可以选择添加本项目根目录中 ` /jar ` 目录下的jar包:
@@ -76,7 +76,7 @@ Eclipse的用户(赶紧换AS吧),可以选择添加本项目根目录中 `/jar
76
76
以下三个选择添加,okrx和okrx2不能同时使用
77
77
> [ okrx-1.0.2.jar] ( https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx-1.0.2.jar )
78
78
[ 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 )
80
80
81
81
## 文档
82
82
### 该项目的文档全部以Wiki的形式展示,wiki文档永远与最新版本的库保持同步,如果你发现文档的说明与你的写法不一样,那么请升级到最新版本,重要的事情说三遍
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ task clean(type: Delete) {
27
27
ext {
28
28
versionCode = 27
29
29
versionName_okgo = ' 3.0.4'
30
- versionName_okserver = ' 2.0.3 '
30
+ versionName_okserver = ' 2.0.4 '
31
31
versionName_okrx = ' 1.0.2'
32
32
versionName_okrx2 = ' 2.0.2'
33
33
You can’t perform that action at this time.
0 commit comments