Skip to content

Commit ae3920f

Browse files
author
jordanqin
committed
update qcloud sdk to 5.9.44
1 parent c4efa10 commit ae3920f

10 files changed

+5
-12
lines changed

QCloudCosXml/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ buildscript {
3333
// mavenLocal()
3434
mavenCentral()
3535
maven { url "https://mirrors.tencent.com/repository/maven/tencent_public" }
36-
maven { url "https://mirrors.tencent.com/repository/maven/qmsp-oaid2" }
3736
google()
3837
jcenter()
3938
}
@@ -53,7 +52,6 @@ allprojects {
5352
// mavenLocal()
5453
mavenCentral()
5554
maven { url "https://mirrors.tencent.com/repository/maven/tencent_public" }
56-
maven { url "https://mirrors.tencent.com/repository/maven/qmsp-oaid2" }
5755
google()
5856
jcenter()
5957

QCloudCosXml/cos-android-base/build.gradle

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

9-
versionCode 50943
10-
versionName '5.9.41'
9+
versionCode 50944
10+
versionName '5.9.42'
1111

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

QCloudCosXml/cos-android/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ dependencies {
177177
api project(':qcloud-track')
178178
if(includeBeacon){
179179
api project(':network-sonar')
180-
embed(name: 'beacon-android-release-4.2.86.7-hf1-official', ext: 'aar')
181-
embed(name: 'qimei-1.2.18.3', ext: 'aar')
182-
embed(name: 'qimei-core-1.2.18.3-normal', ext: 'aar')
183-
embed(name: 'qmsp-oaid2-1.0.4', ext: 'aar')
180+
embed(name: 'beacon-android-release-4.2.86.7-hf1-external-official', ext: 'aar')
184181
}
185182

186183
// 非lite版本引入gson库,万象部分功能需要

QCloudCosXml/cos-android/jacoco.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ task jacocoCreateNormalDebugCoverageReport(type: JacocoReport, dependsOn: 'conne
3939
def classTree = fileTree(dir: "${buildDir}/intermediates/javac/normalDebug/compileNormalDebugJavaWithJavac/classes",
4040
excludes: [
4141
//灯塔
42-
'com/tencent/qmsp/**',
43-
'com/tencent/qimei/**',
4442
'com/tencent/beacon/**',
4543
// 'com/tencent/cos/xml/BeaconService.class',
4644
//废弃
Binary file not shown.
Binary file not shown.
-1.13 KB
Binary file not shown.
-344 KB
Binary file not shown.
-54.5 KB
Binary file not shown.

QCloudCosXml/version.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
*/
2323

2424
ext {
25-
cosSdkVersionCode = 50946
26-
cosSdkVersionName = '5.9.43'
25+
cosSdkVersionCode = 50947
26+
cosSdkVersionName = '5.9.44'
2727
}

0 commit comments

Comments
 (0)