Skip to content

Commit b352074

Browse files
author
YangSen-qn
committed
version to 8.9.2
1 parent ea2f09c commit b352074

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#Changelog
2+
## 8.9.2(2025-09-24)
3+
* 优化
4+
* 处理 conscrypt-android 16KB 对齐
5+
26
## 8.9.1(2025-07-23)
37
* 增加
48
* 上传回调 Body 支持返回 null 字符串

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://github.com/qiniudemo/qiniu-lab-android
3838
| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
3939

4040
### 注意
41-
* 推荐使用最新版:8.9.1
41+
* 推荐使用最新版:8.9.2
4242
* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
4343
```
4444
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262

6363
// for javax.annotation.Nullable use in custom MultipartBody and Headers implements.
6464
// implementation 'com.google.code.findbugs:jsr305:3.0.2'
65-
implementation 'org.conscrypt:conscrypt-android:2.2.1'
65+
implementation 'org.conscrypt:conscrypt-android:2.5.3'
6666
implementation fileTree(include: ['*.jar'], dir: 'libs')
6767

6868
androidTestImplementation 'junit:junit:4.13.2'

library/src/main/java/com/qiniu/android/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class Constants {
99
/**
1010
* SDK 版本号
1111
*/
12-
public static final String VERSION = "8.9.1";
12+
public static final String VERSION = "8.9.2";
1313

1414
/**
1515
* UTF-8 编码

0 commit comments

Comments
 (0)