Add dependency on Glide
This commit is contained in:
@@ -87,6 +87,10 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation "junit:junit:4.13.2"
|
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.ext:junit:1.1.3"
|
||||||
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user