Browse Source

更新协程v1.5.1

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

+ 2 - 2
README.md

@@ -99,8 +99,8 @@ dependencyResolutionManagement {
 
 ```groovy
 // 协程库(版本可自定)
-implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
-implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
+implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
+implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
 
 // OkHttp(版本可自定, 要求OkHttp4以上版本)
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'

+ 1 - 1
build.gradle

@@ -20,7 +20,7 @@ buildscript {
     ext {
         kotlin_version = '1.5.21'
         brv_version = '1.3.31'
-        coroutine_version = '1.5.0'
+        coroutine_version = '1.5.1'
         glide_version = '4.11.0'
         room_version = "2.3.0"
         okhttp_version = "4.9.1"