I wonder if it's possible to make Glide
use the same OkHttpClient
which I register and create in Application class
?
Since we have a fairly complex OkHttpClient
which is consumed by our service layer, we would like to use this instead of having Glide use it's own.
Is it possible to registering this as custom module instead?
OkHttp version: 2.5.0
Glide version: 3.6.1