Skip to content

Commit

Permalink
Modify version information
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuai1415 authored and huiguangjun committed Jul 23, 2021
1 parent 591cfa2 commit cce6864
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/07/23
- release 2.9.8
1. Migrate from jcenter to mavenCentral
2. Fix the'ParcelFileDescriptor not closed' bug

2021/07/12
- release 2.9.7
1. 新增cname、二级域名、自定义path配置
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.7"
versionName "2.9.8"
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.7";
public static final String SDK_VERSION = "2.9.8";
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.7
project.version=2.9.8
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 cce6864

Please sign in to comment.