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 1
1
Change Log
2
2
==========
3
3
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
+
4
17
Version 2.5.2 * (2015-03-20)*
5
18
----------------------------
6
19
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ Download
14
14
15
15
Download [ the latest JAR] [ 2 ] or grab via Gradle:
16
16
``` groovy
17
- implementation 'com.squareup.picasso:picasso:2.5.2 '
17
+ implementation 'com.squareup.picasso:picasso:2.71828 '
18
18
```
19
19
or Maven:
20
20
``` xml
21
21
<dependency >
22
22
<groupId >com.squareup.picasso</groupId >
23
23
<artifactId >picasso</artifactId >
24
- <version >2.5.2 </version >
24
+ <version >2.71828 </version >
25
25
</dependency >
26
26
```
27
27
@@ -32,10 +32,7 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re
32
32
ProGuard
33
33
--------
34
34
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
39
36
40
37
41
38
Original file line number Diff line number Diff line change 1
1
GROUP =com.squareup.picasso
2
- VERSION_NAME =3.0.0-SNAPSHOT
2
+ VERSION_NAME =2.71828
3
3
4
4
POM_URL =https://github.com/square/picasso/
5
5
POM_SCM_URL =https://github.com/square/picasso/
You can’t perform that action at this time.
0 commit comments