Closed francescogatto closed 2 years ago
Hello! We are using an old version of the okhttp because many of our clients need support for older devices that are not supported by the latest versions of okhttp. I know it's a problem, but unfortunately we can't just update the library
Can You suggest me a workaround? I tried with:
configurations.all {
resolutionStrategy.force 'com.squareup.okhttp3:okhttp:4.9.2'
}
but nothing.
I resolved changing formdata string to formfield map
Hi
My app is sending formData with retrofit and okhttp (last version for both)
but when i insert your library retrofit convert it in:
draw\u003d1\u0026columns%5B0%5D%5Bdata%5D\u003ddd\u0026columns%5B0%5D%5Bname%5D\
Why do You use an old version of okhttp?
I tried with:
I have this in production and i have a lot of crashes.