Skip to content

Commit b98f139

Browse files
committed
release 2.5.8
1 parent e041a04 commit b98f139

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
### Gradle配置
6464
```
6565
jcenter()
66-
implementation 'com.aliyun.openservices:aliyun-log-android-sdk:2.5.7'
66+
implementation 'com.aliyun.openservices:aliyun-log-android-sdk:2.5.8'
6767
```
6868

6969
### 混淆配置

aliyun_sls_android_producer/src/main/java/com/aliyun/sls/android/producer/LogProducerHttpTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
public class LogProducerHttpTool {
1212

13-
private static final String VERSION = "sls-android-sdk_v2.5.7";
13+
private static final String VERSION = "sls-android-sdk_v2.5.8";
1414

1515
static public int android_http_post(String urlString, String[] header, byte[] body) {
1616
try {

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ http://www.aliyun.com
1515

1616
更新日志:
1717

18+
2020/12/29
19+
- 发布 2.5.8 版本
20+
21+
可配置日志时间
22+
1823
2020/12/17
1924
- 发布 2.5.7 版本
2025

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project.name=aliyun-log-android-sdk
33
project.groupId=com.aliyun.openservices
44
project.artifactId=aliyun-log-android-sdk
5-
project.version=2.5.7
5+
project.version=2.5.8
66
project.packaging=aar
77
project.siteUrl=https://github.com/aliyun/aliyun-log-android-sdk
88
project.gitUrl=https://github.com/aliyun/aliyun-log-android-sdk.git

0 commit comments

Comments
 (0)