Skip to content

Commit

Permalink
Merge pull request #2178 from square/jrod/2020-08-10/two-dot-eight
Browse files Browse the repository at this point in the history
Prepare version 2.8
  • Loading branch information
jrodbx committed Aug 10, 2020
2 parents 7ee7e23 + 387e15b commit 9accffe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 2.8 *(2019-08-10)*
--------------------------
Migrates 2.x branch to AndroidX.

Version 2.71828 *(2018-03-07)*
------------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Download

Download [the latest JAR][2] or grab via Gradle:
```groovy
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.picasso:picasso:2.8'
```
or Maven:
```xml
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.71828</version>
<version>2.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.picasso
VERSION_NAME=2.71828
VERSION_NAME=2.8

POM_URL=https://github.com/square/picasso/
POM_SCM_URL=https://github.com/square/picasso/
Expand Down

0 comments on commit 9accffe

Please sign in to comment.