From c95e94d9e3eec025fd29b25f804e21441d25f1ae Mon Sep 17 00:00:00 2001 From: wdullaer Date: Fri, 2 Jan 2015 14:28:51 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ed8b1..1ad689e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There are multiple options to add SwipeActionAdapter to your project: Add it as a dependency to your `build.gradle` ```java dependencies { - compile 'com.wdullaer.swipeactionadapter:1.3.0' + compile 'com.wdullaer.swipeactionadapter:1.3.1' } ``` From 0c034826a6b5a08957e39f2db2315776980ee3b3 Mon Sep 17 00:00:00 2001 From: wdullaer Date: Sun, 4 Jan 2015 20:38:33 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad689e..bc87adf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There are multiple options to add SwipeActionAdapter to your project: Add it as a dependency to your `build.gradle` ```java dependencies { - compile 'com.wdullaer.swipeactionadapter:1.3.1' + compile 'com.wdullaer:swipeactionadapter:1.3.1' } ```