Skip to content

Commit 9accffe

Browse files
authored
Merge pull request #2178 from square/jrod/2020-08-10/two-dot-eight
Prepare version 2.8
2 parents 7ee7e23 + 387e15b commit 9accffe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 2.8 *(2019-08-10)*
5+
--------------------------
6+
Migrates 2.x branch to AndroidX.
7+
48
Version 2.71828 *(2018-03-07)*
59
------------------------------
610

Diff for: README.md

+2-2
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.71828'
17+
implementation 'com.squareup.picasso:picasso:2.8'
1818
```
1919
or 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

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.picasso
2-
VERSION_NAME=2.71828
2+
VERSION_NAME=2.8
33

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

0 commit comments

Comments
 (0)