Android: Update Picasso lib to latest version

This commit is contained in:
mahdihijazi
2018-10-27 16:05:09 +02:00
parent 0140009114
commit 1da69811b8
3 changed files with 10 additions and 10 deletions

View File

@ -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'