We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d87b39 commit 5a8099bCopy full SHA for 5a8099b
QCloudCosXml/cosxml/build.gradle
@@ -64,7 +64,7 @@ android {
64
}
65
66
// 切换发 normal 或者 slim 包,需要同步修改 pom.artifactId 信息
67
- defaultPublishConfig "slimRelease"
+ defaultPublishConfig "normalRelease"
68
// "slimRelease"
69
70
compileOptions {
@@ -93,7 +93,10 @@ dependencies {
93
compileOnly project(':xmlAnnoation')
94
annotationProcessor project(':xmlCompiler')
95
96
- normalApi 'com.tencent.qcloud:beacon-android-release:4.1.13'
+ //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'
100
slimCompileOnly 'com.tencent.qcloud:beacon-android-release:4.1.13'
101
102
0 commit comments