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 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 字符串
Original file line number Diff line number Diff 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"/>
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 编码
You can’t perform that action at this time.
0 commit comments