1
0
drake 4 жил өмнө
parent
commit
96e7379c61
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 2 2
      README.md
  2. 1 1
      build.gradle

+ 2 - 2
README.md

@@ -108,9 +108,9 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
 
 // 支持自动下拉刷新和缺省页的(可选)
-implementation 'com.github.liangjingkanji:BRV:1.3.15'
+implementation 'com.github.liangjingkanji:BRV:1.3.19'
 
-implementation 'com.github.liangjingkanji:Net:2.3.10'
+implementation 'com.github.liangjingkanji:Net:2.3.11'
 ```
 
 <br>

+ 1 - 1
build.gradle

@@ -19,7 +19,7 @@
 buildscript {
     ext {
         kotlin_version = '1.4.10'
-        brv_version = '1.3.16'
+        brv_version = '1.3.19'
         coroutine_version = '1.3.9'
         glide_version = '4.11.0'
         room_version = "2.2.5"