Skip to content

Commit

Permalink
Log: 发布2.4.4 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoqin committed Oct 16, 2017
1 parent bed21cd commit 6f4ef65
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ http://www.aliyun.com

更新日志:

2017/10/16
- 发布 2.4.4 版本

1. 添加下载进度回调功能。

2. 修复资源泄漏,无网络状态下log存储异常等问题。

Github地址:https://github.com/aliyun/aliyun-oss-android-sdk

2017/09/8
- 发布 2.4.3 版本

Expand Down
6 changes: 3 additions & 3 deletions oss-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'jacoco'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = "2.4.3" // 修改为发布的版本号
version = "2.4.4" // 修改为发布的版本号

android {
compileSdkVersion 23
Expand All @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 19
versionCode 24
versionName "2.4.3"
versionCode 25
versionName "2.4.4"
}

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.4.3";
public static final String SDK_VERSION = "2.4.4";
public static final String DEFAULT_OSS_ENDPOINT = "http://oss-cn-hangzhou.aliyuncs.com";

public static final String DEFAULT_CHARSET_NAME = "utf-8";
Expand Down

0 comments on commit 6f4ef65

Please sign in to comment.