Skip to content

Commit

Permalink
upgrade 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonlzy committed Jun 14, 2017
1 parent 28d102b commit 9a115f5
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Android Studio用户
```java
//必须使用
compile 'com.lzy.net:okgo:3.0.0'
compile 'com.lzy.net:okgo:3.0.1'

//以下三个选择添加,okrx和okrx2不能同时使用
compile 'com.lzy.net:okrx:1.0.0'
compile 'com.lzy.net:okrx2:2.0.0'
compile 'com.lzy.net:okserver:2.0.0'
compile 'com.lzy.net:okrx:1.0.1'
compile 'com.lzy.net:okrx2:2.0.1'
compile 'com.lzy.net:okserver:2.0.1'
```

Eclipse的用户(赶紧换AS吧),可以选择添加本项目根目录中 `/jar` 目录下的jar包:
Expand All @@ -56,20 +56,20 @@ Eclipse的用户(赶紧换AS吧),可以选择添加本项目根目录中 `/jar
必须使用
> [okhttp-3.8.0.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okhttp-3.8.0.jar)
[okio-1.13.0.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okio-1.13.0.jar)
[okgo-3.0.0.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okgo-3.0.0.jar)
[okgo-3.0.1.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okgo-3.0.1.jar)

以下三个选择添加,okrx和okrx2不能同时使用
> [okrx-1.0.0.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx-1.0.0.jar)
[okrx2-2.0.0.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx2-2.0.0.jar)
[okserver-2.0.0.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okserver-2.0.0.jar)
> [okrx-1.0.1.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx-1.0.1.jar)
[okrx2-2.0.1.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okrx2-2.0.1.jar)
[okserver-2.0.1.jar](https://raw.githubusercontent.com/jeasonlzy/okhttp-OkGo/master/jar/okserver-2.0.1.jar)

## 文档
### 该项目的文档全部以Wiki的形式展示,重要的事情说三遍
- [Wiki文档首页请猛戳这里](https://github.com/jeasonlzy/okhttp-OkGo/wiki)
- [Wiki文档首页请猛戳这里](https://github.com/jeasonlzy/okhttp-OkGo/wiki)
- [Wiki文档首页请猛戳这里](https://github.com/jeasonlzy/okhttp-OkGo/wiki)

如果你不想编译项目,提供了apk供直接运行,方便查看效果,[点击下载okgo_v3.0.0.apk](http://7xss53.com1.z0.glb.clouddn.com/file/okgo_v3.0.0.apk)
如果你不想编译项目,提供了apk供直接运行,方便查看效果,[点击下载okgo_v3.0.1.apk](http://7xss53.com1.z0.glb.clouddn.com/file/okgo_v3.0.1.apk)

本项目Demo使用的是我自己的服务器,有时候可能不稳定,网速比较慢时请耐心等待,尴尬呀。。

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ task clean(type: Delete) {

ext {
versionCode = 24
versionName_okgo = '3.0.0'
versionName_okserver = '2.0.0'
versionName_okrx = '1.0.0'
versionName_okrx2 = '2.0.0'
versionName_okgo = '3.0.1'
versionName_okserver = '2.0.1'
versionName_okrx = '1.0.1'
versionName_okrx2 = '2.0.1'

libMinSdkVersion = 14
appMinSdkVersion = 16
Expand Down
15 changes: 15 additions & 0 deletions demo/src/main/java/com/lzy/demo/callback/EncryptCallback.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2016 jeasonlzy(廖子尧)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.lzy.demo.callback;

import com.lzy.demo.utils.MD5Utils;
Expand Down
Binary file renamed jar/okgo-3.0.0.jar → jar/okgo-3.0.1.jar
Binary file not shown.
Binary file renamed jar/okrx-1.0.0.jar → jar/okrx-1.0.1.jar
Binary file not shown.
Binary file renamed jar/okrx2-2.0.0.jar → jar/okrx2-2.0.1.jar
Binary file not shown.
Binary file removed jar/okserver-2.0.0.jar
Binary file not shown.
Binary file added jar/okserver-2.0.1.jar
Binary file not shown.

0 comments on commit 9a115f5

Please sign in to comment.