File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
minSdkVersion 19
30
30
targetSdkVersion 28
31
31
versionCode sdkVersionCode
32
- versionName " 5.6.0 "
32
+ versionName " 5.6.1 "
33
33
34
34
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
35
35
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
defaultConfig {
9
9
minSdkVersion 15
10
10
targetSdkVersion 29
11
- versionCode 50600
12
- versionName " 5.6.0 "
11
+ versionCode 50601
12
+ versionName " 5.6.1 "
13
13
14
14
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
15
15
consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
minSdkVersion 15
17
17
targetSdkVersion 28
18
18
19
- versionCode 50600
20
- versionName " 5.6.0 "
19
+ versionCode 50601
20
+ versionName " 5.6.1 "
21
21
22
22
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
23
23
@@ -109,11 +109,13 @@ dependencies {
109
109
if (android. defaultPublishConfig. contains(" slim" )){
110
110
project. extensions. add(' artifactId' , ' cosxml-lite' )
111
111
project. extensions. add(' packageName' , ' QCloudCosXmlLite' )
112
+ project. extensions. add(' packageType' , ' aar' )
112
113
project. extensions. add(' artifactProduct' , ' slim' )
113
114
project. extensions. add(' artifactDesc' , ' the tencent cloud cosxml android sdk' )
114
115
}else {
115
116
project. extensions. add(' artifactId' , ' cosxml' )
116
117
project. extensions. add(' packageName' , ' QCloudCosXml' )
118
+ project. extensions. add(' packageType' , ' aar' )
117
119
project. extensions. add(' artifactProduct' , ' normal' )
118
120
project. extensions. add(' artifactDesc' , ' the tencent cloud cosxml android sdk' )
119
121
}
Original file line number Diff line number Diff line change 23
23
# If you keep the line number information, uncomment this to
24
24
# hide the original source file name.
25
25
#-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.**{*;}
26
32
27
33
# beacon
34
+ -dontwarn com.tencent.beacon.**
28
35
-keep class com.tencent.beacon.** { *; }
36
+ -dontwarn com.tencent.qmsp.**
29
37
-keep class com.tencent.qmsp.** { *; }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
minSdkVersion 15
9
9
targetSdkVersion 27
10
10
versionCode sdkVersionCode
11
- versionName " 5.6.0 "
11
+ versionName " 5.6.1 "
12
12
13
13
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
14
14
You can’t perform that action at this time.
0 commit comments