Skip to content

Commit 2649d7a

Browse files
author
jordanqin
committed
update qcloud sdk to 1.5.77
1 parent 60a2eb5 commit 2649d7a

File tree

21 files changed

+4116
-57
lines changed

21 files changed

+4116
-57
lines changed

QCloudFoundation/.idea/AndroidProjectSystem.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/CopilotChatHistory.xml

Lines changed: 1541 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/caches/deviceStreaming.xml

Lines changed: 835 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/gradle.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/inspectionProfiles/Project_Default.xml

Lines changed: 1694 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/.idea/runConfigurations.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QCloudFoundation/quic/build.gradle

Lines changed: 3 additions & 3 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 10545
33-
versionName "1.5.45"
32+
versionCode 10546
33+
versionName "1.5.46"
3434

3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
consumerProguardFiles 'proguard-rules.pro'
@@ -55,7 +55,7 @@ dependencies {
5555
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
5656
// 依赖固定的foundation库,有需要的时候再更新
5757
// implementation project(path: ':foundation')
58-
implementation 'com.qcloud.cos:qcloud-foundation:1.5.60'
58+
implementation 'com.qcloud.cos:qcloud-foundation:1.5.77'
5959
}
6060

6161
project.extensions.add('packageType', 'aar')

QCloudFoundation/quic/changeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010

1111
## v 1.5.43
1212

13-
- 更新 tquic 到 v1.4.48
13+
- 更新 tquic 到 v1.4.48
14+
15+
## v 1.5.46
16+
17+
- tquic适配16k并重编译

0 commit comments

Comments
 (0)