Have Picasso load images into memory at the size they will be displayed.

This commit is contained in:
Eder Bastos
2015-05-08 19:54:56 -04:00
parent a7d5084e1f
commit a4395ecd75
5 changed files with 5 additions and 3 deletions

View File

@ -56,5 +56,5 @@ dependencies {
compile 'de.hdodenhof:circleimageview:1.2.2'
// For loading huge screenshots from the disk.
compile "com.squareup.picasso:picasso:2.4.0"
compile 'com.squareup.picasso:picasso:2.5.2'
}