File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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### 增加
Original file line number Diff line number Diff line change 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## 使用方法
Original file line number Diff line number Diff line change 44 * Created by bailong on 14/10/8.
55 */
66public final class Config {
7- public static final String VERSION = "7.0.1 " ;
7+ public static final String VERSION = "7.0.2 " ;
88
99 /**
1010 * 默认上传服务器
You can’t perform that action at this time.
0 commit comments