Skip to content

Commit

Permalink
修改V2.1.0说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-you committed Jul 2, 2018
1 parent e894078 commit 316f51e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
## 版本说明

### 当前版本
[![release](https://img.shields.io/badge/release-V2.0.9-orange.svg)](https://github.com/zhou-you/RxEasyHttp/blob/master/update.md)
[![release](https://img.shields.io/badge/release-V2.1.0-orange.svg)](https://github.com/zhou-you/RxEasyHttp/blob/master/update.md)

**[历史版本,点我、点我、点我>>](https://github.com/zhou-you/RxEasyHttp/blob/master/update.md)**

## 用法介绍
目前只支持主流开发工具AndtoidStudio的使用,没有提供Eclipse使用方式.
Expand All @@ -68,7 +70,7 @@
### build.gradle设置
```
dependencies {
compile 'com.zhouyou:rxeasyhttp:2.0.9'
compile 'com.zhouyou:rxeasyhttp:2.1.0'
}
```
想查看所有版本,请点击下面地址。
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0.3"
versionName "1.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
/*jackOptions {
enabled true
Expand Down
2 changes: 1 addition & 1 deletion rxeasyhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 4
versionName "2.0.9"
versionName "2.1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 4 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 更新日志
### 2018-07-02
**v2.1.0**
- 1.解决了多baseUrl时,先请求局部baseUrl,报: Base URL required.问题

### 2018-06-26
**v2.0.9**
- 1.修改了delete body请求注解错误问题
Expand Down

0 comments on commit 316f51e

Please sign in to comment.