Skip to content

Commit

Permalink
Log : release 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1019272778 committed May 15, 2018
1 parent fd43913 commit 5056862
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Github地址:https://github.com/aliyun/aliyun-oss-android-sdk

更新日志:

2018/05/15
- release 2.8.3
1.Fix: fix list parts error while more than 1000 parts

2018/04/27
- release 2.8.2
1.Fix: fix sequence upload when exception occur
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 34
versionName "2.8.2"
versionCode 35
versionName "2.8.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.8.2";
public static final String SDK_VERSION = "2.8.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.8.2
project.version=2.8.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 5056862

Please sign in to comment.