Search code examples
androidpicasso

How to get Latest Version code of Picasso


I want to implement Picasso in my project but when i try to implement Picasso in my project. I visited their website to get dependency. But they removed the latest version number so i can't find what is latest version number of Picasso.

If someone comment down the version i'll be glad

Website Link(Click Here)

Thanks in Advance


Solution

  • Latest version is 2.71828

    implementation 'com.squareup.picasso:picasso:2.71828'
    

    Available on their github https://github.com/square/picasso

    enter image description here