Skip to content

Commit 0caba3f

Browse files
committed
update maven
1 parent c7aaa80 commit 0caba3f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ dependencies {
2929
If you are using maven to manage your project, add the following to your `pom.xml`:
3030

3131
```xml
32+
<dependency>
33+
<groupId>com.squareup.picasso</groupId>
34+
<artifactId>picasso</artifactId>
35+
<version>2.3.2</version>
36+
</dependency>
37+
<dependency>
38+
<groupId>com.nineoldandroids</groupId>
39+
<artifactId>library</artifactId>
40+
<version>2.4.0</version>
41+
</dependency>
3242
<dependency>
3343
<groupId>com.daimajia.slider</groupId>
3444
<artifactId>library</artifactId>

0 commit comments

Comments
 (0)