Skip to content

Commit d16de14

Browse files
committed
update qcloud sdk to 1.5.24
1 parent b10b962 commit d16de14

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

QCloudFoundation/foundation/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
minSdkVersion 15
88
targetSdkVersion 27
99

10-
versionCode 10523
11-
versionName "1.5.23"
10+
versionCode 10524
11+
versionName "1.5.24"
1212

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

QCloudFoundation/gradle.properties

+1-11
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,4 @@ systemProp.https.proxyPort=8080
1818
org.gradle.jvmargs=-Xmx1536m
1919
systemProp.https.proxyHost=web-proxy.tencent.com
2020
org.gradle.parallel=true
21-
systemProp.http.proxyPort=8080
22-
23-
COSSecretKey="EH8oHoLgpmJmBQUM1Uoywjmv7EFzd5OJ"
24-
COSSecretId="AKIDPiqmW3qcgXVSKN8jngPzRhvxzYyDL5qP"
25-
COSUin="1278687956"
26-
COSAppId="1253653367"
27-
28-
CSPAppId="1255000008"
29-
CSPSecretId="AKIDZuxhBMAbeOovjDtI42h3mCJ7dsnQwkSq"
30-
CSPSecretKey="MUKs73g01j8DzTdU2HDqBDzpLbYBSOzF"
31-
QUIC_TEST=true
21+
systemProp.http.proxyPort=8080

QCloudFoundation/quic/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ android {
3131
minSdkVersion 15
3232
targetSdkVersion 27
3333

34-
versionCode 10523
34+
versionCode 10524
3535

36-
versionName "1.5.23"
36+
versionName "1.5.24"
3737

3838
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3939

0 commit comments

Comments
 (0)