Merge remote-tracking branch 'upstream/master'

This commit is contained in:
HarshEvilGeek 2015-02-16 14:14:27 +05:30
commit c9555a9e08
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.8@aar"
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.8@aar"
}
```