Skip to content

Commit

Permalink
Modify the information of version 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuai1415 committed Oct 20, 2021
1 parent dfceb5d commit 1cc0c64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Github地址:https://github.com/aliyun/aliyun-oss-android-sdk

更新日志:

2021/10/20
- release 2.9.10
1. support resumable download
2. fix the bug that there is no callback for parsing exception

2021/08/18
- release 2.9.9
1. Delete the useless OSSSQLiteHelper class
Expand Down
2 changes: 1 addition & 1 deletion oss-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 40
versionName "2.9.9"
versionName "2.9.10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

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.9.9";
public static final String SDK_VERSION = "2.9.10";
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.9.9
project.version=2.9.10
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 1cc0c64

Please sign in to comment.