Skip to content

Commit 1f08c16

Browse files
author
jordanqin
committed
update qcloud sdk to 5.9.21
1 parent f3c2ac8 commit 1f08c16

File tree

24 files changed

+1062
-965
lines changed

24 files changed

+1062
-965
lines changed

QCloudCosXml/cos-android-base/build.gradle

Lines changed: 3 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 50918
10-
versionName '5.9.18'
9+
versionCode 50919
10+
versionName '5.9.19'
1111

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

@@ -69,6 +69,7 @@ dependencies {
6969
androidTestImplementation 'com.android.support.test:rules:1.0.2'
7070

7171
api project(':foundation')
72+
api project(':qcloud-track')
7273

7374
compileOnly files(
7475
'libs/beacon-android-release-4.2.80.6-official.aar',

QCloudCosXml/cos-android-base/proguard-rules.pro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@
3131
-keep class com.tencent.qcloud.core.**{*;}
3232
-keep class com.tencent.qcloud.cos.**{*;}
3333

34-
# beacon
35-
-keep class com.tencent**qimei.** { *;}
36-
-keep class com.tencent.qmsp.oaid2.** {*;}
37-
-keep class com.tencent.beacon.** { *;}
38-
3934

0 commit comments

Comments
 (0)