Skip to content

Commit 7e44902

Browse files
author
jordanqin
committed
update qcloud sdk to 1.5.52
1 parent 7332e3c commit 7e44902

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

QCloudFoundation/foundation/build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ dependencies {
4646
testCompileOnly 'org.mockito:mockito-core:1.10.19'
4747

4848
compileOnly 'androidx.appcompat:appcompat:1.0.0'
49-
compileOnly 'com.tencent.beacon:beacon-android-release:4.2.80.6:official@aar'
50-
compileOnly 'com.tencent.qimei:qimei:1.2.13.1'
49+
50+
compileOnly files(
51+
'libs/beacon-android-release-4.2.80.6-official.aar',
52+
'libs/qimei-1.2.13.1.aar',
53+
'libs/qimei-core-1.2.13.1-normal.aar',
54+
'libs/qmsp-oaid2-1.0.4.aar'
55+
)
5156
}
5257

5358
project.extensions.add('artifactId', 'qcloud-foundation')
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)