We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aaa80 commit 0caba3fCopy full SHA for 0caba3f
README.md
@@ -29,6 +29,16 @@ dependencies {
29
If you are using maven to manage your project, add the following to your `pom.xml`:
30
31
```xml
32
+<dependency>
33
+ <groupId>com.squareup.picasso</groupId>
34
+ <artifactId>picasso</artifactId>
35
+ <version>2.3.2</version>
36
+</dependency>
37
38
+ <groupId>com.nineoldandroids</groupId>
39
+ <artifactId>library</artifactId>
40
+ <version>2.4.0</version>
41
42
<dependency>
43
<groupId>com.daimajia.slider</groupId>
44
<artifactId>library</artifactId>
0 commit comments