Skip to content

Commit 5a8099b

Browse files
author
jordanqin
committed
update qcloud sdk to 5.5.8
1 parent 0d87b39 commit 5a8099b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

QCloudCosXml/cosxml/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
}
6565

6666
// 切换发 normal 或者 slim 包,需要同步修改 pom.artifactId 信息
67-
defaultPublishConfig "slimRelease"
67+
defaultPublishConfig "normalRelease"
6868
// "slimRelease"
6969

7070
compileOptions {
@@ -93,7 +93,10 @@ dependencies {
9393
compileOnly project(':xmlAnnoation')
9494
annotationProcessor project(':xmlCompiler')
9595

96-
normalApi 'com.tencent.qcloud:beacon-android-release:4.1.13'
96+
//lite版本使用normalApi
97+
// normalApi 'com.tencent.qcloud:beacon-android-release:4.1.13'
98+
//normal版本使用api
99+
api 'com.tencent.qcloud:beacon-android-release:4.1.13'
97100
slimCompileOnly 'com.tencent.qcloud:beacon-android-release:4.1.13'
98101
}
99102

0 commit comments

Comments
 (0)