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 {
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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 {
109109if (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}
Original file line number Diff line number Diff line change 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.** { *; }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments