Browse Source

update: 3.5.6

drake 2 years ago
parent
commit
4fb424f0d7
2 changed files with 8 additions and 1 deletions
  1. 1 1
      README.md
  2. 7 0
      docs/updates.md

+ 1 - 1
README.md

@@ -113,7 +113,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.5'
+implementation 'com.github.liangjingkanji:Net:3.5.6'
 ```
 如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
 <br>

+ 7 - 0
docs/updates.md

@@ -1,3 +1,10 @@
+## 3.5.6
+- feat: 新增 BaseRequest.execute 非内联函数重载
+- feat: Net.kt支持Java静态调用
+- refactor: LogRecordInterceptor @JvmOverloads
+- fix: Interval.onlyResumed 结束轮询
+- pref: 删除转换器获取的反射调用
+
 ## 3.5.5
 - fix: #157 日志拦截器失效