diff --git a/README.md b/README.md index a82df44bd..5b0b1e7a7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

使用文档 | 无法访问? - | 下载体验 + | 下载体验

@@ -112,7 +112,7 @@ dependencyResolutionManagement { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // 协程(版本自定) implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0' implementation 'com.squareup.okhttp3:okhttp:4.10.0' // 要求OkHttp4以上 -implementation 'com.github.liangjingkanji:Net:3.5.3' +implementation 'com.github.liangjingkanji:Net:3.5.4' ``` 如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
diff --git a/docs/updates.md b/docs/updates.md index 12fdf3e8a..47239be8d 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,7 @@ +## 3.5.4 +- refactor: peekString rename to peekBytes, remove logString +- fix: 可能存在的内存泄漏 + ## 3.5.3 - feat: 默认使用NetDialogFactory的setCancelable配置 - fix: #150 scopeDialog预览模式