Browse Source

更新依赖BRV至1.3.30

drake 3 years ago
parent
commit
c22b0ef4cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle
  2. 1 1
      sample/build.gradle

+ 1 - 1
build.gradle

@@ -19,7 +19,7 @@
 buildscript {
     ext {
         kotlin_version = '1.5.10'
-        brv_version = '1.3.22'
+        brv_version = '1.3.30'
         coroutine_version = '1.4.3'
         glide_version = '4.11.0'
         room_version = "2.3.0"

+ 1 - 1
sample/build.gradle

@@ -93,7 +93,7 @@ dependencies {
     implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.0"
 
     // ------------------------------其他库-------------------------------------
-    implementation "com.github.bumptech.glide:glide:$glide_version" // 提供下载图片功能
+    implementation "com.github.bumptech.glide:glide:$glide_version" // 图片加载库
     implementation 'com.github.liangjingkanji:StatusBar:1.1.1' // 透明状态栏
     implementation 'com.github.liangjingkanji:debugkit:1.2.11' // 开发调试窗口工具
     implementation "com.github.liangjingkanji:Tooltip:1.1.2" // 吐司工具