I adding picasso dependencies but seem it not worked. I tried changing the version. But still useless.
This my build.gradle (module)
apply plugin: \'
According to their Github, you have to use MavenCentral to get their library so add this to your build.gradle(app) file:
repositories { mavenCentral() }
Resync and try again.