mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Android: Replace Picasso with Glide
This commit is contained in:
parent
31efd16e16
commit
c79b12a49b
8 changed files with 228 additions and 293 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue