Replace Glide with Picasso (#19)

This commit is contained in:
Kirill Kamakin
2021-11-28 16:41:21 +03:00
committed by GitHub
parent cc2fb77269
commit b5249e4bf6
6 changed files with 68 additions and 30 deletions

View File

@@ -137,11 +137,8 @@ dependencies {
// https://github.com/Kotlin/kotlinx-datetime/releases
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.3.1"
// https://github.com/bumptech/glide/releases
def glide_version = "4.12.0"
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/square/picasso/releases
implementation "com.squareup.picasso:picasso:2.8"
// https://github.com/junit-team/junit4/releases
testImplementation "junit:junit:4.13.2"