File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
#Changelog
2
+ ## 8.9.2(2025-09-24)
3
+ * 优化
4
+ * 处理 conscrypt-android 16KB 对齐
5
+
2
6
## 8.9.1(2025-07-23)
3
7
* 增加
4
8
* 上传回调 Body 支持返回 null 字符串
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ https://github.com/qiniudemo/qiniu-lab-android
38
38
| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
39
39
40
40
### 注意
41
- * 推荐使用最新版:8.9.1
41
+ * 推荐使用最新版:8.9.2
42
42
* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
43
43
```
44
44
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
63
63
// for javax.annotation.Nullable use in custom MultipartBody and Headers implements.
64
64
// 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 '
66
66
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
67
67
68
68
androidTestImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public final class Constants {
9
9
/**
10
10
* SDK 版本号
11
11
*/
12
- public static final String VERSION = "8.9.1 " ;
12
+ public static final String VERSION = "8.9.2 " ;
13
13
14
14
/**
15
15
* UTF-8 编码
You can’t perform that action at this time.
0 commit comments