File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 2.8 * (2019-08-10)*
5+ --------------------------
6+ Migrates 2.x branch to AndroidX.
7+
48Version 2.71828 * (2018-03-07)*
59------------------------------
610
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ Download
1414
1515Download [ the latest JAR] [ 2 ] or grab via Gradle:
1616``` groovy
17- implementation 'com.squareup.picasso:picasso:2.71828 '
17+ implementation 'com.squareup.picasso:picasso:2.8 '
1818```
1919or Maven:
2020``` xml
2121<dependency >
2222 <groupId >com.squareup.picasso</groupId >
2323 <artifactId >picasso</artifactId >
24- <version >2.71828 </version >
24+ <version >2.8 </version >
2525</dependency >
2626```
2727
Original file line number Diff line number Diff line change 11GROUP =com.squareup.picasso
2- VERSION_NAME =2.71828
2+ VERSION_NAME =2.8
33
44POM_URL =https://github.com/square/picasso/
55POM_SCM_URL =https://github.com/square/picasso/
You can’t perform that action at this time.
0 commit comments