From 1e56451da5d0e5f2c9c4b29d52c0cc3f7cd9c20f Mon Sep 17 00:00:00 2001 From: drake Date: Tue, 15 Aug 2023 23:46:37 +0800 Subject: [PATCH] update: 3.6.1 --- README.md | 2 +- docs/updates.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a091e8488..64c137494 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Module 的 build.gradle 添加依赖框架 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.11.0' // 要求OkHttp4以上 -implementation 'com.github.liangjingkanji:Net:3.6.0' +implementation 'com.github.liangjingkanji:Net:3.6.1' ``` 如果在 Android 5 (API level 21)以下开发, 请使用 [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
diff --git a/docs/updates.md b/docs/updates.md index ad79871f2..285944d45 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,3 +1,6 @@ +## 3.6.1 +- fix: #197 修复scopeDialog的可取消对话框默认值 + ## 3.6.0 - pref: Optimize code - feat: contentLength未知的上传对象finish也有效