File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 2.71828 * (2018-03-07)*
5+ ------------------------------
6+
7+ This version is not fully backwards compatible with previous 2.x releases!
8+ It is intended to be a stable, pre-3.0 release that users of 3.0.0-SNAPSHOT can use in the mean time.
9+
10+ Its changes are many, as evidenced by the nearly 3 years since 2.5.2. If you are interested
11+ in them you can browse the commits here: https://github.com/square/picasso/compare/picasso-parent-2.5.2...2.71828
12+
13+ Otherwise, stay tuned for 3.0 whose change log will be in relation to 2.5.2 and thus encompass any
14+ changes present in this release.
15+
16+
417Version 2.5.2 * (2015-03-20)*
518----------------------------
619
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.5.2 '
17+ implementation 'com.squareup.picasso:picasso:2.71828 '
1818```
1919or Maven:
2020``` xml
2121<dependency >
2222 <groupId >com.squareup.picasso</groupId >
2323 <artifactId >picasso</artifactId >
24- <version >2.5.2 </version >
24+ <version >2.71828 </version >
2525</dependency >
2626```
2727
@@ -32,10 +32,7 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re
3232ProGuard
3333--------
3434
35- If you are using ProGuard you might need to add the following option:
36- ```
37- -dontwarn com.squareup.okhttp.**
38- ```
35+ If you are using ProGuard you might need to add OkHttp's rules: https://github.com/square/okhttp/#proguard
3936
4037
4138
Original file line number Diff line number Diff line change 11GROUP =com.squareup.picasso
2- VERSION_NAME =3.0.0-SNAPSHOT
2+ VERSION_NAME =2.71828
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