Skip to content

Commit

Permalink
1.okhttp3 升级
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamosu committed Sep 6, 2019
1 parent e1b8c92 commit ee8402c
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.3" //版本3.12.X,兼容Android 4
const val okhttp3 = "3.12.4" //版本3.12.X,兼容Android 4
const val autodispose = "1.3.0"
const val glide = "4.9.0"
const val dagger2 = "2.24"
Expand Down

0 comments on commit ee8402c

Please sign in to comment.