Use OkHttp for Glide requests

This commit is contained in:
Kirill Kamakin
2022-04-18 13:38:19 +02:00
parent 2686f757ea
commit 1ffd2d2359
3 changed files with 52 additions and 0 deletions

View File

@@ -151,6 +151,8 @@ dependencies {
// https://github.com/bumptech/glide/releases
def glide_version = "4.13.1"
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"
// https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
implementation "com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6"