https://kotlinlang.org logo
Title
c

Colton Idle

04/13/2022, 4:06 AM
I'm trying to track down an issue where my module is for some reason using an older version of okhttp (3.12.10 instead of 4.9.3). It seems as though chucker 3.5.2 is somehow pulling in okhttp 3.12.10? Edit: Looked at chuckers source. doesn't seem to be using an old version of okhttp. so i guess false alarm?
v

Vova Buberenko

04/13/2022, 10:30 AM
Hey. It is right that
3.5.2
users OkHttp
3.12.10
. We bumped OkHttp version only on dev for
4.x
as we didn’t want to increase minSDK for
3.x
releases of Chucker as it is required by newer versions of OkHttp
👍 1