Skip to content

Commit 935fe4b

Browse files
author
jordanqin
committed
update qcloud sdk to 5.6.1
1 parent 705e743 commit 935fe4b

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

QCloudCosXml/cosext/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
minSdkVersion 19
3030
targetSdkVersion 28
3131
versionCode sdkVersionCode
32-
versionName "5.6.0"
32+
versionName "5.6.1"
3333

3434
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3535

QCloudCosXml/cosxml-ktx/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 15
1010
targetSdkVersion 29
11-
versionCode 50600
12-
versionName "5.6.0"
11+
versionCode 50601
12+
versionName "5.6.1"
1313

1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
consumerProguardFiles "consumer-rules.pro"

QCloudCosXml/cosxml/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdkVersion 15
1717
targetSdkVersion 28
1818

19-
versionCode 50600
20-
versionName "5.6.0"
19+
versionCode 50601
20+
versionName "5.6.1"
2121

2222
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2323

@@ -109,11 +109,13 @@ dependencies {
109109
if (android.defaultPublishConfig.contains("slim")){
110110
project.extensions.add('artifactId', 'cosxml-lite')
111111
project.extensions.add('packageName', 'QCloudCosXmlLite')
112+
project.extensions.add('packageType', 'aar')
112113
project.extensions.add('artifactProduct', 'slim')
113114
project.extensions.add('artifactDesc', 'the tencent cloud cosxml android sdk')
114115
}else {
115116
project.extensions.add('artifactId', 'cosxml')
116117
project.extensions.add('packageName', 'QCloudCosXml')
118+
project.extensions.add('packageType', 'aar')
117119
project.extensions.add('artifactProduct', 'normal')
118120
project.extensions.add('artifactDesc', 'the tencent cloud cosxml android sdk')
119121
}

QCloudCosXml/cosxml/proguard-rules.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@
2323
# If you keep the line number information, uncomment this to
2424
# hide the original source file name.
2525
#-renamesourcefileattribute SourceFile
26+
# cosxml
27+
-dontwarn com.tencent.cos.**
28+
-keep class com.tencent.cos.xml.**{*;}
29+
30+
#foundation
31+
-keep class com.tencent.qcloud.cos.**{*;}
2632

2733
# beacon
34+
-dontwarn com.tencent.beacon.**
2835
-keep class com.tencent.beacon.** { *; }
36+
-dontwarn com.tencent.qmsp.**
2937
-keep class com.tencent.qmsp.** { *; }

QCloudCosXml/logUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 15
99
targetSdkVersion 27
1010
versionCode sdkVersionCode
11-
versionName "5.6.0"
11+
versionName "5.6.1"
1212

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

0 commit comments

Comments
 (0)