I am using Glide to load images, the issue I\'m facing is that when i run app on slow internet connection I\'m getting SocketTimeOutException. So to solve this
SocketTimeOutException
Add or upgrade okhttp3-integration:4.4.0 version
okhttp3-integration:4.4.0
implementation ('com.github.bumptech.glide:okhttp3-integration:4.4.0'){ exclude group: 'glide-parent' }