downgrading to stable okhttp + upping okio

This commit is contained in:
Jays2Kings 2021-04-22 21:52:35 -04:00
parent 85ae4ed2e2
commit cb175e2a93

View File

@ -62,8 +62,8 @@ object Versions {
const val moshi = "1.9.3"
const val nucleus = "3.0.0"
const val numberSlidingPicker = "1.0.3"
const val okhttp = "5.0.0-alpha.2"
const val okio = "2.6.0"
const val okhttp = "4.9.1"
const val okio = "2.10.0"
const val photoView = "2.3.0"
const val reactiveNetwork = "0.13.0"
const val requerySqlite = "3.31.0"