Merge pull request #10626 from t895/glide

Android: Replace Picasso with Glide
This commit is contained in:
JosJuice
2022-09-13 08:24:18 +02:00
committed by GitHub
8 changed files with 228 additions and 293 deletions

View File

@ -112,8 +112,8 @@ dependencies {
// For REST calls
implementation 'com.android.volley:volley:1.2.1'
// For loading huge screenshots from the disk.
implementation 'com.squareup.picasso:picasso:2.71828'
// For loading game covers from disk and GameTDB
implementation 'com.github.bumptech.glide:glide:4.13.1'
implementation 'com.nononsenseapps:filepicker:4.2.1'
}