File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 2.8 * (2019-08-10)*
5
+ --------------------------
6
+ Migrates 2.x branch to AndroidX.
7
+
4
8
Version 2.71828 * (2018-03-07)*
5
9
------------------------------
6
10
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.71828 '
17
+ implementation 'com.squareup.picasso:picasso:2.8 '
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.71828 </version >
24
+ <version >2.8 </version >
25
25
</dependency >
26
26
```
27
27
Original file line number Diff line number Diff line change 1
1
GROUP =com.squareup.picasso
2
- VERSION_NAME =2.71828
2
+ VERSION_NAME =2.8
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