Browse Source

docs: README.md

drake 2 years ago
parent
commit
eed9a00343
3 changed files with 3 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      build.gradle
  3. 1 0
      sample/src/main/java/com/drake/net/sample/base/App.kt

+ 1 - 1
README.md

@@ -110,7 +110,7 @@ implementation 'com.squareup.okhttp3:okhttp:4.9.3' // 要求OkHttp4以上
 implementation 'com.github.liangjingkanji:Net:3.4.10'
 
 // 支持自动下拉刷新和缺省页的(可选)
-implementation 'com.github.liangjingkanji:BRV:1.3.76'
+implementation 'com.github.liangjingkanji:BRV:1.3.79'
 ```
 如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
 <br>

+ 1 - 1
build.gradle

@@ -19,7 +19,7 @@
 buildscript {
     ext {
         kotlin_version = '1.5.21'
-        brv_version = '1.3.76'
+        brv_version = '1.3.79'
         coroutine_version = '1.6.0'
         glide_version = '4.11.0'
         room_version = "2.3.0"

+ 1 - 0
sample/src/main/java/com/drake/net/sample/base/App.kt

@@ -99,6 +99,7 @@ class App : Application() {
             emptyLayout = R.layout.layout_empty
             loadingLayout = R.layout.layout_loading
             errorLayout = R.layout.layout_error
+            setRetryIds(R.id.iv)
         }