Skip to content

Commit 9dc702a

Browse files
author
jordanqin
committed
update qcloud sdk to 5.9.13
1 parent 5accffe commit 9dc702a

File tree

15 files changed

+30
-39
lines changed

15 files changed

+30
-39
lines changed

QCloudCosXml/cos-android-base/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,8 @@ dependencies {
7171

7272
api project(':foundation')
7373

74-
compileOnly files(
75-
'libs/beacon-android-release-4.2.80.6-official.aar',
76-
'libs/qimei-1.2.13.1.aar',
77-
'libs/qimei-core-1.2.13.1-normal.aar',
78-
'libs/qmsp-oaid2-1.0.4.aar'
79-
)
74+
compileOnly 'com.tencent.beacon:beacon-android-release:4.2.80.6:official@aar'
75+
compileOnly 'com.tencent.qimei:qimei:1.2.13.1'
8076
}
8177

8278
static String quotWrapper(key) {
Binary file not shown.
-1.15 KB
Binary file not shown.
Binary file not shown.
-54.5 KB
Binary file not shown.

QCloudCosXml/cos-android/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,17 @@ dependencies {
146146
api project(':foundation')
147147
embed project(':cos-android-base')
148148
if(includeBeacon){
149-
embed(name: 'beacon-android-release-4.2.80.6-official', ext: 'aar')
150-
embed(name: 'qimei-1.2.13.1', ext: 'aar')
151-
embed(name: 'qimei-core-1.2.13.1-normal', ext: 'aar')
152-
embed(name: 'qmsp-oaid2-1.0.4', ext: 'aar')
149+
embed('com.tencent.beacon:beacon-android-release:4.2.80.6:official@aar') {
150+
exclude(group:'com.android.support', module:'support-annotations')
151+
exclude(group:'androidx.annotation', module:'annotation')
152+
}
153+
embed('com.tencent.qimei:qimei:1.2.13.1') {
154+
exclude(group:'com.android.support', module:'support-annotations')
155+
exclude(group:'androidx.annotation', module:'annotation')
156+
}
153157
} else {
154-
compileOnly files(
155-
'libs/beacon-android-release-4.2.80.6-official.aar',
156-
'libs/qimei-1.2.13.1.aar',
157-
'libs/qimei-core-1.2.13.1-normal.aar',
158-
'libs/qmsp-oaid2-1.0.4.aar'
159-
)
158+
compileOnly 'com.tencent.beacon:beacon-android-release:4.2.80.6:official@aar'
159+
compileOnly 'com.tencent.qimei:qimei:1.2.13.1'
160160
}
161161

162162
// kms 加密
Binary file not shown.
-1.15 KB
Binary file not shown.
-352 KB
Binary file not shown.
-54.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)