Implement showing recipe pictures in the list

This commit is contained in:
Kirill Kamakin
2021-11-08 21:09:55 +03:00
parent 67b75b710d
commit 407a73d444
10 changed files with 64 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ dependencies {
def glide_version = "4.12.0"
implementation "com.github.bumptech.glide:glide:$glide_version"
annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"
kapt "com.github.bumptech.glide:compiler:$glide_version"
androidTestImplementation "androidx.test.ext:junit:1.1.3"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"