Upgrade OkHttp (to the latest that still support Android 4.x)

This commit is contained in:
orionlee 2019-09-23 14:15:24 -07:00
parent 6cae7df9bd
commit e8be5cb8ec
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ project.ext {
iconifyVersion = "2.2.2"
jsoupVersion = "1.11.2"
materialDialogsVersion = "0.9.0.2"
okhttpVersion = "3.9.0"
okioVersion = "1.14.0"
okhttpVersion = "3.12.5"
okioVersion = "1.17.4"
recyclerviewFlexibledividerVersion = "1.4.0"
robotiumSoloVersion = "5.6.3"
rxAndroidVersion = "2.1.0"