mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 20:56:25 +00:00
Android: Update Picasso lib to latest version
This commit is contained in:
parent
0140009114
commit
1da69811b8
3 changed files with 10 additions and 10 deletions
|
@ -96,7 +96,7 @@ dependencies {
|
|||
implementation 'de.hdodenhof:circleimageview:2.1.0'
|
||||
|
||||
// For loading huge screenshots from the disk.
|
||||
implementation 'com.squareup.picasso:picasso:2.5.2'
|
||||
implementation 'com.squareup.picasso:picasso:2.71828'
|
||||
|
||||
// Allows FRP-style asynchronous operations in Android.
|
||||
implementation 'io.reactivex:rxandroid:1.2.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue