I recently update to com.squareup.picasso:picasso:2.71828
from com.squareup.picasso:picasso:2.5.2
.But while trying to run or build project got an error as Picasso.with
couldn't be resolved.
Try to build or run project after
1.Clean project
2.invalid cache and restart
But still got the same. But if its revert back to com.squareup.picasso:picasso:2.5.2
to make everything work fine. Is this known bug or any solution for this bug for com.squareup.picasso:picasso:2.71828
version?
They have changed the API. Take a look
https://github.com/square/picasso/commit/e7e919232fe2b15772a7fcd9e15ead2304c66fae
Here is the example:
Picasso.get().load("http://i.imgur.com/DvpvklR.png").into(imageView);