Add dependency on Glide

This commit is contained in:
Kirill Kamakin
2021-11-08 20:32:53 +03:00
parent 65548cb397
commit 67b75b710d

View File

@@ -87,6 +87,10 @@ dependencies {
testImplementation "junit:junit:4.13.2"
def glide_version = "4.12.0"
implementation "com.github.bumptech.glide:glide:$glide_version"
annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
}