Skip to content

Commit 69ca96a

Browse files
committed
upgrade 7.0.2
1 parent 3d73746 commit 69ca96a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
#Changelog
22

3+
## 7.0.2 (2015-01-22)
4+
5+
### 增加
6+
* 记录请求花费时间
7+
* 纪录节点日志,节点对应的IP
8+
* 添加详细注释
9+
10+
### 修正
11+
* mimeType设置不正确的问题
12+
* 当参数出现空字符串时,上传失败
13+
314
## 7.0.1 (2014-10-29)
415

516
### 增加

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
将realease 目录中的jar 复制到项目中去,此版本sdk依赖 http://loopj.com/android-async-http/ 1.4.6及以上版本
1212

1313
### 通过maven
14-
* 如果在Adroid Studio中使用,添加dependencies `compile 'com.qiniu:qiniu-android-sdk:7.0.1'` 或在项目中添加maven依赖
14+
* 如果在Adroid Studio中使用,添加dependencies `compile 'com.qiniu:qiniu-android-sdk:7.0.2'` 或在项目中添加maven依赖
1515
* 如果是eclipse, 也可以直接添加依赖来处理。
1616

1717
## 使用方法

library/src/main/java/com/qiniu/android/common/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Created by bailong on 14/10/8.
55
*/
66
public final class Config {
7-
public static final String VERSION = "7.0.1";
7+
public static final String VERSION = "7.0.2";
88

99
/**
1010
* 默认上传服务器

0 commit comments

Comments
 (0)