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

+ 2 - 2
README.md

@@ -87,9 +87,9 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0'
 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0'
 
 // 支持自动下拉刷新和缺省页的, 可选, 刷新头和上拉加载参考SmartRefreshLayout (可选)
-implementation 'com.github.liangjingkanji:BRV:1.3.5'
+implementation 'com.github.liangjingkanji:BRV:1.3.6'
 
-implementation 'com.github.liangjingkanji:Net:2.2.3'
+implementation 'com.github.liangjingkanji:Net:2.2.4'
 ```
 
 

+ 1 - 1
build.gradle

@@ -3,7 +3,7 @@
 buildscript {
     ext {
         kotlin_version = '1.3.72'
-        brv_version = '1.3.5'
+        brv_version = '1.3.6'
         coroutine_version = '1.3.0'
         glide_version = '4.9.0'
         room_version = "2.2.5"