Browse Source

升级依赖

drake 3 years ago
parent
commit
04b5ddf30b
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      build.gradle

+ 1 - 1
README.md

@@ -91,7 +91,7 @@ implementation "com.squareup.okhttp3:okhttp:4.9.1"
 implementation 'com.github.liangjingkanji:Net:3.0.8'
 
 // 支持自动下拉刷新和缺省页的(可选)
-implementation 'com.github.liangjingkanji:BRV:1.3.20'
+implementation 'com.github.liangjingkanji:BRV:1.3.22'
 ```
 如果你是在 Android 4.4 (API level 19)上开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
 <br>

+ 2 - 2
build.gradle

@@ -18,8 +18,8 @@
 
 buildscript {
     ext {
-        kotlin_version = '1.5.0'
-        brv_version = '1.3.20'
+        kotlin_version = '1.5.10'
+        brv_version = '1.3.22'
         coroutine_version = '1.4.3'
         glide_version = '4.11.0'
         room_version = "2.3.0"