This is the only answer the solved my this issue for me - https://stackoverflow.com/a/46638213
This configuration worked for me -
- In app module gradle -
implementation "com.github.bumptech.glide:glide:${glide_version}"
implementation "com.github.bumptech.glide:okhttp3-integration:${glide_version}"
kapt "com.github.bumptech.glide:compiler:${glide_version}"
- In app proguard -