From 7771395503c518816019e9302d9506fe6adde724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Sat, 20 Sep 2014 08:29:52 +0800 Subject: [PATCH] V1.1.5 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eeb6a50..1b68e73 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ When I start to make this library, I set some goals: ```groovy dependencies { compile 'com.android.support:support-v4:20.+' - compile "com.daimajia.swipelayout:library:1.1.4@aar" + compile "com.daimajia.swipelayout:library:1.1.5@aar" } ``` @@ -52,14 +52,14 @@ dependencies { com.daimajia.swipelayout library - 1.1.4 + 1.1.5 apklib ``` #### Eclipse -[AndroidSwipeLayout-v1.0.7.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.7/AndroidSwipeLayout-v1.0.7.jar) +[AndroidSwipeLayout-v1.1.5.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.5/AndroidSwipeLayout-v1.1.5.jar) ### Step 2