Skip to content

Commit

Permalink
Release : 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1019272778 committed Aug 23, 2018
1 parent 3532d3a commit 01a9aab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,22 @@ http://www.aliyun.com
Github地址:https://github.com/aliyun/aliyun-oss-android-sdk


更新日志:
更新日志:

2018/08/23
- release 2.9.0
1. add http2 support



2018/08/09

- release 2.8.5

1.add api which named putSymlink;
2.add api which named getSymlink;

2.add api which named getSymlink;

3.add api which named restoreObect;

2018/07/06
Expand Down
4 changes: 2 additions & 2 deletions oss-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 37
versionName "2.8.5"
versionCode 38
versionName "2.9.0"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
public final class OSSConstants {

public static final String SDK_VERSION = "2.8.5";
public static final String SDK_VERSION = "2.9.0";
public static final String DEFAULT_OSS_ENDPOINT = "http://oss-cn-hangzhou.aliyuncs.com";

public static final String DEFAULT_CHARSET_NAME = "utf-8";
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project.name=aliyun-oss-sdk-android
project.groupId=com.aliyun.dpa
project.artifactId=oss-android-sdk
project.version=2.8.5
project.version=2.9.0
project.packaging=aar
project.siteUrl=https://github.com/aliyun/aliyun-oss-android-sdk
project.gitUrl=https://github.com/aliyun/aliyun-oss-android-sdk.git
Expand Down

0 comments on commit 01a9aab

Please sign in to comment.