Skip to content

Commit

Permalink
put gradle dependency README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchaojiang committed Dec 6, 2015
1 parent 12038b9 commit 95b5d20
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,18 @@ A Demo App is also included in the source.


Installation
----
---
Use jitpack
```
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.1'
}
```
OR manually

1. Download released .aar file
[Download current release] (https://github.com/wenchaojiang/AndroidSwipeableCardStack/releases/download/0.1.1/android-card-stack-0.1.1.aar)
Expand Down

0 comments on commit 95b5d20

Please sign in to comment.