Skip to content

Commit 6abfa04

Browse files
author
jordanqin
committed
update qcloud sdk to 1.5.67
1 parent 15f3848 commit 6abfa04

File tree

8 files changed

+6
-4
lines changed

8 files changed

+6
-4
lines changed

QCloudFoundation/foundation/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 15
88
targetSdkVersion 28
99

10-
versionCode 10566
11-
versionName "1.5.66"
10+
versionCode 10567
11+
versionName "1.5.67"
1212

1313
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1414

QCloudFoundation/foundation/src/main/java/com/tencent/qcloud/core/http/HttpConstants.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ public static final class Header {
7979
public final static String EXPECT = "Expect";
8080

8181
public final static String SERVER = "Server";
82+
83+
public final static String ACCEPT = "Accept";
8284
}
8385

8486
public static final class RequestMethod {

QCloudFoundation/quic/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
targetSdkVersion 27
3030

3131
// versionCode 6位 versionName最后一段为3位时代表不上Maven的私有版本(目前9结尾用来兼容armeabi)
32-
versionCode 10544
33-
versionName "1.5.44"
32+
versionCode 10545
33+
versionName "1.5.45"
3434

3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
consumerProguardFiles 'proguard-rules.pro'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)