Skip to content

Commit c7aaa80

Browse files
committed
update dependencies
1 parent 4dfd489 commit c7aaa80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ If you are using Android Studio, just add this line code to your project root `b
1818

1919
```groovy
2020
dependencies {
21+
compile "com.android.support:support-v4:+"
22+
compile 'com.squareup.picasso:picasso:2.3.2'
23+
compile 'com.nineoldandroids:library:2.4.0'
2124
compile 'com.daimajia.slider:library:1.0.5@aar'
2225
}
2326
```

0 commit comments

Comments
 (0)