Skip to content

Commit 677386d

Browse files
committed
Prepare version e.
1 parent e6ddb93 commit 677386d

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change 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+
417
Version 2.5.2 *(2015-03-20)*
518
----------------------------
619

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Download
1414

1515
Download [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
```
1919
or 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
3232
ProGuard
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.picasso
2-
VERSION_NAME=3.0.0-SNAPSHOT
2+
VERSION_NAME=2.71828
33

44
POM_URL=https://github.com/square/picasso/
55
POM_SCM_URL=https://github.com/square/picasso/

0 commit comments

Comments
 (0)