Skip to content

Commit

Permalink
1.okhttp3 升级至 3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamosu committed Sep 30, 2019
1 parent a9c5c3a commit 8c90007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Versions {
const val kotlin = "1.3.50"
const val butterknife = "10.1.0"
const val retrofit2 = "2.6.1"
const val okhttp3 = "3.12.5" //版本3.12.X,兼容Android 4
const val okhttp3 = "3.12.6" //版本3.12.X,兼容Android 4
const val autodispose = "1.4.0"
const val glide = "4.10.0"
const val dagger2 = "2.24"
Expand Down

0 comments on commit 8c90007

Please sign in to comment.