Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
duan007a committed Feb 12, 2018
1 parent f8c0d0f commit 613879b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ http://www.aliyun.com

更新日志:

2017/02/12
- release 2.7.3

1.fix bug about the value of clientException’s isCanceledException doesnot match cancel operation
.
2.fix bug about multipartUploadTask doesnot work.


2017/2/5
- relese 2.7.2
1. fix bug about last part of file upload incompletely.
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 30
versionName "2.7.2"
versionCode 31
versionName "2.7.3"
}

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.7.2";
public static final String SDK_VERSION = "2.7.3";
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.7.2
project.version=2.7.3
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 613879b

Please sign in to comment.