File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11#Changelog
22
3+ ## 7.0.1
4+
5+ ### 增加
6+ * 增加maven 一键发布
7+
38## 7.0.0 (2014-10-23)
49
510### 增加
Original file line number Diff line number Diff line change 77
88## 安装
99
10+ ### 直接安装
1011将realease 目录中的jar 复制到项目中去,此版本sdk依赖 http://loopj.com/android-async-http/ 1.4.6及以上版本
1112
13+ ### 通过maven
14+ * 如果在Adroid Studio中使用,添加dependencies ` compile 'com.qiniu:qiniu-android-sdk:7.0.0' ` 或在项目中添加maven依赖
15+ * 如果是eclipse, 也可以直接添加依赖来处理。
16+
1217## 使用方法
1318
1419``` java
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.0 " ;
7+ public static final String VERSION = "7.0.1 " ;
88
99 public static final String UP_HOST = "upload.qiniu.com" ;
1010 public static final String UP_HOST_BACKUP = "up.qiniu.com" ;
You can’t perform that action at this time.
0 commit comments