From 956f628c50043160695082d27ea48c2ff6c6bf90 Mon Sep 17 00:00:00 2001 From: wenchao jiang Date: Mon, 21 Dec 2015 23:24:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef098ba..3a2ec58 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ repositories { } dependencies { - compile 'com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.2' + compile 'com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.3' } ``` 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) +[Download current release] (https://github.com/wenchaojiang/AndroidSwipeableCardStack/releases/) 2. put it into your project lib dir, "libs" for example.