From 72612ad687b57d446e8f5793abf599afc35c0f22 Mon Sep 17 00:00:00 2001 From: Michael Basil Date: Sun, 22 Mar 2015 12:05:50 +0000 Subject: [PATCH] Update version number for Gradle and Maven Eclipse and Demo version numbers can't be increased because the jar and apk haven't been added to releases. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6681ab..01124a0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ When I start to make this library, I set some goals: 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.daimajia.swipelayout:library:1.1.9@aar" } ``` @@ -60,7 +60,7 @@ dependencies { com.daimajia.swipelayout library - 1.1.8 + 1.1.9 apklib ```